Hi @lmori , @xhoms Could you help me with this issue. I believe the problem is in my local miner, specifically the way the "tag" is attached to the indicator. My shared DAG in Panorama is prepared to match 'mm_loc_agencias'. My local DAGPusher has, now, this configuration: ============== { "tag_prefix": "mm_", "tag_watermark": "pushed", "tag_attributes": "loc" } ============== My local miner is from the class "minemeld.ft.http.HttpFT". I've tried out three configurations so far and none of them successfully. The basic configuration is: ============== age_out: default: null sudden_death: true attributes: confidence: 95 share_level: green type: IPv4 interval: 300 tag: indicator: regex: ([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}) transform: \1 verify_cert: false source_name: xxx_log url: http://xxx/static/log.txt ================ In tag I've tried: ================ tag: "loc": "agencias" ------ tag: loc: "agencias" ------- tag: agencias ================ I would really appreciate any help. I've read the "Poor man's NAC Application" article, but there, you use a localDB node to feed the DAGPusher. In my case I use a local miner, and the way the attributes are attached to indicator are different. Thank you in advanced. Best regards.
... View more