Remove aggregate column from the dataTable

I want to remove the count column from the table, can you help to how to do that.
note: count is the only metric column in the table
1 Like

Hi @gobi_s,

Unfortunately I don't believe there's a way to remove the count column currently. At least one metric needs to be provided in a request, and since the data table more or less shows the raw response from Elasticsearch in a tabular format, the metric value will always be included in the response and therefore show up as a column in the table.

If this is a feature you'd like to see, I'd encourage you to open a feature request on Github, and we'll get it routed to the appropriate team.

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