I have JSON in Kibana UI containing below information along with other details :--
host.name abcd
message 2020-07-29 03:59:19,393 -0700 INFO [http-nio-8080-exec-2139] abchohfowhofnfnnfnwlnflw
CLIENT_ID=MNOPQR xysbxs
I want to filter only the part CLIENT_ID=MNOPQR as search result in Kibana . Basically I want to get all the client_id name on the host abcd .
Is it possible to get the data ?