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
* check the parser topic (you define the name in the management ui) if
events are being written to it
* check the “enrichments” topic if events are being written to it
* check the “indexing” topic if events are being written to it.
Hope that helps as a start.
Best,
Stefan
From: Anil Donthireddy <[email protected]>
Reply-To: "[email protected]" <[email protected]>
Date: Wednesday, 22. August 2018 at 18:07
To: "[email protected]" <[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.