we konw that Time Series can set like:
Time Series
Now there's a problem, if a user query all indices, if may cause 504 and can not access kibana because of a large number of data.
504
So, I want to disable the Time Series in Visualize tab, how can I do it ?
Visualize
the version of the kibana is 5.4.
You can disable plugins from the command line like this: ./bin/kibana --metrics.enabled=false --timelion.enabled=false.
./bin/kibana --metrics.enabled=false --timelion.enabled=false
The relevant documentation is here: https://www.elastic.co/guide/en/kibana/5.4/_disabling_plugins.html
ok, thanks a lot
© 2020. All Rights Reserved - Elasticsearch
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.