Can I disable kibana Visualize Time Series?

we konw that Time Series can set like:

image

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.

So, I want to disable the Time Series in Visualize tab, how can I do it ?

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.

The relevant documentation is here: https://www.elastic.co/guide/en/kibana/5.4/_disabling_plugins.html

ok, thanks a lot :smiley:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.