I'm hereby attaching a sample database like table which I created through excel in order to show how the table looks like. I'm assuming that there're three columns as such:
And the above table displays the response code according to the id on a particular day.
The data table
in Kibana
should look more a like this:
In the above, the table should be displaying the number of count of the response code
for the particular date. (ie: response code 400 has count 2 on the 1st of Sept) I'm able to do the filtering in order to get the count of the response code
for the day.
My problem lies on columns which should be created horizontally for each response code
. Is this possible to be done in Kibana
? Does Kibana
contain any plugins in order to customize data table
?
Any help could be appreciated.