Replacing graphite with Elasticsearch

Hi,
I want to replace graphite with Elasticsearch because I want to use Elasticsearch as my time series database. is this possible? then please guide me on how to achieve.
thanks in advance.
Mohsin Ashraf


You need to enable ElastisearchWriter in order to configure icinga sending its performance data to elasticsearch. However, I don’t know about any icingaweb module to integrate kibana, means you have to use two GUIs.

Thank You so much
@rsx kindly can you guide me on how I can configure the ElasticsarchWriter because i follow this but i am not able to send data to elasticsearch.

You need to adapt /etc/icinga2/features-available/elasticsearch.conf to your needs and enable it with

icinga2 feature enable elasticsearch
systemctl reload icinga2