Create Data table with condition

Hi ,

I want to create a Data table with conditions.
I have 2 fields that I want to create a query between them , for example the fields are:
status and message.
I want all the records that status = 'failed' or message = 'error'.
I also want that the table will contain all the fields under the Index.
How can I do in in Kibana ?

BR,
Chen

To do this add a query into the box that the top of visualize. Something like this should do:

status:failed OR message:error

Thanks :slight_smile:

In the Discover section I can select the fields I want and add filter as you mentioned.
How can I put all this data in excel ?