Hi Stefan, I can see the events being written to solr collection. There are no issues upto storing data to Solr. There are events which have is_alert=true. But in the metron alerts UI I dint see any events.
Thanks, Anil. From: Stefan Kupstaitis-Dunkler [mailto:[email protected]] Sent: Wednesday, August 22, 2018 9:52 PM To: [email protected] Subject: Re: Unable to see alerts in metron alert UI with solr Hi Anil, The alerts UI just queries your Solr collections and displays them Things you could do: ? You could check the collection the event is supposed to be directly ? If it's not there you could check the Solr "error" collection. ? Use the Kafka console consumer and o check the parser topic (you define the name in the management ui) if events are being written to it o check the "enrichments" topic if events are being written to it o check the "indexing" topic if events are being written to it. Hope that helps as a start. Best, Stefan From: Anil Donthireddy <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Wednesday, 22. August 2018 at 18:07 To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Unable to see alerts in metron alert UI with solr Hi, I have created a collection in solr for my source as documented in metron-slor readme in git to enable solr and writing data to solr. I see the data is being loaded to Solr for my new source and is_alert is set to tru. But still I am not seeing any data in metron alerts UI. I checked the metron alerts UI logs, but could not find any error logs. I am blocked to proceed further to display alerts in the metron alerts ui. May I get any suggestions to debug the issue. Thanks, Anil.
