Problem with Result

Hi, I have attribute status.keyword which contains different values like ['SUCCESS', 'FAILED', 'PENDING']. I want to build data table visualization with different column such as it will show results in the column for status.keyword w.r.t. different attribute service.keyword.

Currently, I'm using split row with service.keyword and want to split column with status.keyword count and percentage.

How can I achieve that results in kibana? If I need to add JSON input, how can I do that because I didn't find anything related to my problem?

I want to build actually crosstab report with help of kibana.

You can do this by adding another Split rows sub-bucket.

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