Member since
12-23-2016
62
Posts
1
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1703 | 05-28-2018 04:42 AM | |
2380 | 05-25-2018 02:07 AM | |
1207 | 04-26-2018 09:50 AM | |
6224 | 04-13-2018 11:32 AM | |
1075 | 03-23-2018 04:27 AM |
05-28-2018
04:42 AM
Problem solved, i follow this link, and add this to the JSON Raw after "patternLabel": "timestampField": "timestamp",
"timeFields": ["timestamp"],
"dateFormat": "dd/MMM/yyyy:HH:mm:ss Z"
... View more
05-28-2018
04:31 AM
i never used storm with logstash, but in my case i need to specify the field of the log which will be used for timestamp. example : there is timestamp field in my log, and i named it 'timestamp'. then i need to specify that 'timestamp' field will be used as timestamp which will be sent to elasticsearch. and after that my problem solved. hope it helps
... View more
05-25-2018
02:07 AM
the problem solved. i follow this link : https://community.hortonworks.com/questions/167633/metron-grok-parser-indexing-and-enrichment-not-wor.html and it helps.
... View more
05-24-2018
04:10 AM
Hi all, I'm trying to add new telemetry of http-access log which have date format to HCP, but for the sensor to work i need to specify the timestampField on the sensor's JSON RAW which only recognize epoch format. How can i convert the date format of log ( ex. 20/May/2017:12:19:39 +0700) to epoch format with grok parsher? Thanks
... View more
Labels:
- Labels:
-
Apache Metron
05-17-2018
03:13 AM
Addition, after i try and make the parser error, the error successfully sent to elastic search and hdfs with the error index. But if the parser is right it failed to sent to elasticsearch and HDFS
... View more
04-26-2018
09:54 AM
I tried to add new telemetry sensor on metron. on Metron management UI and STORM UI the sensor shows it running and transmitting. but the ElasticSearch won't create index for the sensor. Please Help. Thanks
... View more
Labels:
- Labels:
-
Apache Metron
04-26-2018
09:50 AM
It worked after i reinstall the kafka broker on the node which once has kafka broker on it.
... View more
04-16-2018
04:46 AM
Hi all, When i try to add or edit metron sensor and input Kafka topic, i got some problem : 1. when i input the topics, the notification below textbox said "kafka topic exists. Not emitting" when my topic actually emitting message when i check it with consumer console. (picture 1) 2. After i saved the configuration, when i check the configuration again in kafka section it stated "no kafka topic". (picture 2). Thank You.
... View more
Labels:
- Labels:
-
Apache Kafka
-
Apache Metron
04-13-2018
11:32 AM
It actually running after i restart the server
... View more
03-28-2018
09:25 AM
@asubramanian below are urllib3 : [root@workernode-01 ~]# pip list | grep url
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
pycurl (7.19.0)
urlgrabber (3.10)
urllib3 (1.22)
... View more