I have some documents with the fields client.ip and http.response.status.code among other fields. I have also some documents with the fields client.ip and company.name.
What I want to is to create a visualization with all the client.ip which http.response.status.code is 503 and then associate them with the company.name field. I have tried to achieve this using filters but filters apply to all buckets in kibana visualization so that doesn't work. Is there any other way to do this ?