Polling JSON Format for AKAMAI

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Polling JSON Format for AKAMAI

L0 Member

I am trying to create a prototype for a Miner that pulls IP's from a JSON formatted file. I have looked at the documentation for setting up a JSON miner (https://live.paloaltonetworks.com/t5/MineMeld-Articles/Using-MineMeld-to-extract-indicators-from-a-g...) and this topic similar to my issue (https://live.paloaltonetworks.com/t5/minemeld-discussions/polling-json-format-for-okta/td-p/235763).

 

My Config looks like the following:

 

age_out:
default: null
interval: 257
sudden_death: true
attributes:
confidence: 100
share_level: green
type: IPv4
extractor: siteShieldMaps.currentCidrs[].{indicator:@}
indicator: indicator
url: https://raw.githubusercontent.com/dtaxians/minemeld-akamai/master/akamai.json

 

Can you help me?

 

Thank you

1 accepted solution

Accepted Solutions

L0 Member

Ok, I achieve the correct result using this sentence:

 

age_out:
default: null
interval: 257
sudden_death: true
attributes:
confidence: 100
share_level: green
type: IPv4
extractor: siteShieldMaps[].currentCidrs[].{indicator:@}
indicator: indicator
url: https://raw.githubusercontent.com/dtaxians/minemeld-akamai/master/akamai.json

View solution in original post

1 REPLY 1

L0 Member

Ok, I achieve the correct result using this sentence:

 

age_out:
default: null
interval: 257
sudden_death: true
attributes:
confidence: 100
share_level: green
type: IPv4
extractor: siteShieldMaps[].currentCidrs[].{indicator:@}
indicator: indicator
url: https://raw.githubusercontent.com/dtaxians/minemeld-akamai/master/akamai.json

  • 1 accepted solution
  • 2311 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!