I'm using Metricbeat to save info into an index in ElasticSearch v6.7. The name of the index is classifier.
Then, I built a Visualization in Kibana using that index to show the number of requests for a service.
Then, I added that visualization into a Dashboard.
The problem is that if I change the Time Range in the top-right corner the number in the visualization does not change. It always shows the total number of requests in the index.
Do you encounter the same problem in Discover? My guess is that the time field you've configured for your index pattern (which the time picker will use) is not the same time field you expect it to filter on. You can see which field is configured as your time field on the index pattern management screen. There will be a clock icon next to the time field:
Thanks Matt, I guess that is the problem, because it doesn't appear the clock. The field date is the only field of type date. How should I configure the field to use it with time picker?
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.