Cleaning data

After making some changes to my Logstash configuration file, I still see the results of previous inputs of data in Kibana. I'm looking to delete my old data.
On windows, where is the data saved? I'm using data that only has to be loaded once, instead of using streamlined data. Would these be called shards or indexes?

Indexes. You can use Dev Tools to DELETE SomeIndexName

If you are testing logstash configs, it might be easier to use a stdout { codec => rubydebug } output than put it into ES and view it in Kibana.

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