Hi All,
I want to make a pie chart where I count data from the field "indices". I want to exclude all indices which start with a "." like ".kibana" ."monitoring-asdf-" and so on.
How do I have to write it in the exclude part?
"." does not work. .* without the " also does not work.
What index pattern did you select when you went to create your visualization? What index pattern is this "indices" field on? Your index pattern probably naturally excludes the .* indices, unless you are using just * as your index pattern?
My index pattern is called "ror-*". In this index, there is a field called "indices" where entries with all indices in the ELK cluster are stored. So I have e.g. entries with logstash-xx.xx.xx ans also have entries with indices called .kibana. As all indices with a . are internal indices, they are not interesting for my visualization, so I want to exlcude them
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.