Icinga / icingaweb2-module-elasticsearch

This module will not be updated by Icinga anymore. Please don't attempt to use it.
GNU General Public License v2.0
29 stars 9 forks source link

How to access Elasticsearch configured data #32

Closed abunet closed 5 years ago

abunet commented 6 years ago

Hi,

I've installed, enable and configure the elasticsearch module. from the command line if I write: icingacli elasticsearch check --instance probook4730s --crit 3 --warn 3 --index logstash-* --filter=host=motion-* --from=-1d i get the following output: CRITICAL - 7 hits

However, if I access the Icingaweb2 interface I can't see any data relative to the elastic index.

In the documentation of the module, it isn't very clear where the elastic data table is available. I've read the about section https://github.com/Icinga/icingaweb2-module-elasticsearch#about it says that you can browse events via the host action Elasticsearch Events can you explain how achieve this?

icinga2 version: r2.8.2-1

Thanks

lippserd commented 6 years ago

Does https://github.com/Icinga/icingaweb2-module-elasticsearch/blob/master/doc/03-Configuration.md help?

abunet commented 6 years ago

HI lippserd, as I said I've already configured the module and tested through the CheckCommand (icingacli elasticsearch check) Where should I find the host action Elasticsearch Events?

lippserd commented 5 years ago

This is fixed w/ #31