Create New Index in Kibana without restarting logstash (5.6.2)

Hi,

I need to ask a very basic question. Whenever I update my logsatash configuration file, I restart it to get the changes reflected in Kibana. For example, when I add new index in logstash.conf file to read some new logs.

Is it possible that I introduce changes in logstash.conf and I will not have to restart it to get my chnges reflected in Kibana?

I tried but my index is not created in Kibana. Any other way of doing it because when this runs in production environment , it may not be possible to restart the services.

Thanks,

Take a look at https://www.elastic.co/guide/en/logstash/6.0/reloading-config.html :slight_smile:

There's also https://www.elastic.co/guide/en/logstash/6.0/logstash-centralized-pipeline-management.html, which is super dooper awesome :smiley:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.