Reputation: 8018
I have a Kibana dashboard with some visualizations and each visualization changes when i change the time window. Is there a way to display a visualization that does not change and stays fixed? For example, i want to display the total number of records present in my index. Now i have this in a nice dashboard. I only want this number to change if the actual number of records changes. Otherwise, I want it fixed. Is that possible?
Upvotes: 3
Views: 1081
Reputation: 29052
You can use a second index pattern for that. It is a kinda hackish solution but it works.
Upvotes: 6