i try to build an visualization ( vertical bar ) , where i can group my elements.
For example:
server-prod-1
server-prod-2
server-prod-3
--> in legend visible as server-prod
server-test-1
server-test-2
server-test-3
--> in legend visible as server-test
I already tried to do this with Exclude and added ".test-" in exclude and group all others with the name "server-prod". But how can do the same with "server-test" now ?
the problem in this case is, that i want to use something like ".test." and ".prod." because i dont want to update the visualization when 50 new servers comes in.
When you create a visualization, one of the bucket aggregations that you can select is the "filters" aggregation, which allows you to specify a search for each bucket. I'm suggesting you do something like this:
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.