Member since
04-19-2018
8
Posts
0
Kudos Received
0
Solutions
08-30-2018
06:03 PM
I just a quick question on which processor I need to use if I want to pull data from rest API of metron alerts UI example curl -u<user>:<password> -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'api_key: search' -d '{
"indices": [],
"facetFields": [],
"query": "(source\\:type:exmplae1 OR alert.source\\:type:example2) AND (is_alert:true OR alert.is_alert:true)",
"from": 0,
"size": 25
}' 'http://URLofMyserver:withport/api/v1/search/search' I jusyt wanted to know to pull query http requests on nifi. what processor should i use for good practice
... View more
Labels:
06-14-2018
03:34 PM
Hey guys, I'm trying to integrate pager duty to Nifi for alerting reasons. I want to know if there is any other options that is feasible other than using datadogtag Any Idea? Thank you
... View more
Labels:
05-11-2018
03:07 PM
I want to Monitor a certain Processor like GetSplunk and update it in Grafana using ambari metric reporting task by using processor id but the ambari reporting task only takes Processor group ID. I just want to montior the inital data coming into a processors not the entire data flow and show it on grafana. is it possible? or do i use another software other than grafana
... View more
05-04-2018
05:20 PM
Hey Harald, Thanks for your response, I'm spespically looking for CEF format. I have tried the indexation like this "$.header_version | $.header_deviceVendor | etc" but there are a bunch of logs with different headers, Some headers are Identical but some are different. I just don't want null values.
... View more
05-04-2018
05:18 PM
Hey Abdelkrim, Thanks for your response, I have tried the indexation like this "$.header_version | $.header_deviceVendor | etc" but there are bunch of logs with different headers, Some headers are Identical but some are different. I just don't want null values.
... View more
04-27-2018
04:23 PM
Hey Jobin, After configuring all the setting for Bootstrap notifier I'm not receiving any emails or I'm not receiving any errors. I'm not sure if I'm missing anything. I have checked all the files again, everything looks good but not getting any output. I'm using outlook email address. Thank you
... View more
04-19-2018
06:50 PM
I need some help in Nifi, please I have bunch of logs that are in JSON format but I need it in CEF format.what processor should I use in nifi? or is there anything else I can do as changing the format from json to csv to cef,? what are my best options Thank you
... View more
04-19-2018
06:47 PM
Please help I have bunch of logs that need to be converted but I have them in json format and I need to covert them to CEF format . What processor or data flow should I use
... View more
- Tags:
- parser