Getting rid of the ": filters"

Hello,

I have created a data table to display the amount of Phishing Users, Infected Computers etc. in a system. I used filters to distinguish between multiple event types and used labels to give them names.
Howver, the visualization says "[Name]: filters".

The ": filters" is kind of annoying, is it possible to get rid of it? I just want to show the label. The line saying "Export: Raw/Formatted" doesn't make a really good appearance on my Dashboard, either.

Thank you!

Sorry @Helix, but that isn't configurable now. Feel free to open a feature request issue at https://github.com/elastic/kibana/issues/new and someone will look into making it configurable, but I just took a peek and it doesn't look like it's going to be easy to expose in a way that would work for Kibana without a fair amount of work.

You can find where the title is calculated here: https://github.com/elastic/kibana/blob/5.x/src/ui/public/agg_response/tabify/_response_writer.js#L78, incase you wanted to try making it work yourself

1 Like

Thank you for taking the time to help me, spalger! :slight_smile:

I will open a Feature request on GitHub.

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