Hi,
I have problems with creating a grok filter to extract the file extension from the file name field.
Example data:
9151_to_9152.log
80bddb9998f9f66bc44b59d9899bbbb853b8958ecd9188e14fd0828e00246050.txt ($FILE_NAME)
I tried:
(.(?[^./]+))
But I don't want to have "($FILE_NAME)"...only the file extension.
Thanks!