Remove specific part of url from logstash after match

Hi

I want to remove a specific part from url , for example i have
/documents/del/123456
/documents/del/15689
/documents/del/580867

like this , and i want to remove the number's from url so that it will be treated as single url when i do aggregation on url or visualizing its request time or response time in kibana

How could i achieve this , Please help me

Use a mutate filter and its gsub option.

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