Removing decommissionned nodes from Monitoring?

I have a few Logstash instances running, and I decommissioned one a few days ago. It will never go back online as I don't need it anymore.

But it still appears in Monitoring in Kibana via XPack. How can I remove it from Monitoring altogether?

Using 6.2.3

Once the time interval you are looking at in Kibana no longer contains data from the removed Logstash instance, it will no longer show up.

1 Like

You can simply delete the data from the monitoring indices. This can be done easily using _delete_by_query in the Dev Tools Console.

I would recommend performing a query first, and when you are happy it is returning the data you want to delete, use that query with _delete_by_query

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