I am using ELK stack version 7.7.1 and my data look like that
I am trying to create a Data Table Visualization that has the following information
Date Range: each row shows a predefined period of time like (last year, last month, this month, last week, this week, yesterday)
Total Uploads: the number of records for the give period of time
Number of failed uploads: the number of records where upload_success
== 1
I have manage to calculate anything I need but I am having really hard time to change the labels
here is how my table looks like
I would like if it's possible to replace the dates with text (last year, last month...etc) and the most important if I can change the columns name from
Overall Sum of Count
to something custom.
Here is my configuration