Add column to Kibana dashboard that count the number of row

I'm using Kibana 6.8.2 and I want to add a column that will show the number of the row displayed, something like:

Row Country Some data
1 Greece 100
2 Italy 50
3 Germany 8
...

The thing is that when I order by country or Some data columns, the list is huge and I want to know the position within the table of a specific country for example.

Dear @JoseLuisEzquerro, welcome to the Discuss forum!
I'm unsure what visualization you're wanting to add a column to in the Dashboard. You would need to consult the documentation for the visualization that you're wanting to add to. If, however, you would like to add the row number to the table view generated in Discover, you might want to look into scripted fields. Unfortunately, I don't have much experience using scripted fields but I'm certain the docs will guide you through it.

1 Like

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