Filters in Visualization

Hi
I am new to kibana dashboard working on a small task where i am getting logs data from logstash to kibana dashboard for understanding the logs .here in kibana dashboard were we can create our own visualization with existing field .I have created an field of top urls by response code .here i am geeting the urls with end point of .css .gif so on
eg: application/images.gif .
i need to remove all the urls that ends with .css r .gif so on.
can please suggest me any solution or any filter where i can apply in the kibana visualization to remove those urls

Thank you

You can add a filter that will filter out all documents that include an extension in a field.

For example, here I remove all documents that include "clothing" in "category" field

You can add multiple filters to remove multiple extensions

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