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 more
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
... View more