0

Trying to search for a complete json request in kibana webapp.

Sample Request body:: {"mobileNumber":"***** ","custType":"abc","rejectReasonDesc":"","applicationId":"*****"}

i want to filter only the request with "rejectReasonDesc":"" i.e empty reject reason desc value .

please help on this

enter image description here

dheeraj
  • 195
  • 2
  • 19

1 Answers1

1
  1. Create index pattern to point to your index.
  2. Click on Add filter link
  3. Select rejectReasonDesc.keyword field as per below image

enter image description here

jaspreet chahal
  • 8,817
  • 2
  • 11
  • 29
  • Thanks for you response. My user do not have access to create index but the logs are categorised under index message. for Example message : sadsad Request body:: {"mobileNumber":"***** ","custType":"abc","rejectReasonDesc":"","applicationId":"*****"} is there a way to filter the empty rejectReasonDesc – dheeraj May 15 '20 at 03:41
  • @dheeraj Keep value box empty. If value is null then choose operator doesnot exist – jaspreet chahal May 15 '20 at 05:21