I have been trying for a while now to setup a grok extractor on one of my inputs. However I cant get the grok extractor to save. Any help with what I’m doing wrong would be appreciated.
This is the grok pattern I’ve added:
IPORHOST %{IPORHOST:clientip}
This is the error that I’m getting when I click create extractor:
Does graylog have to be able to parse the full field before it will save. I’m tried %{GREEDYDATA} grok pattern and that didn’t work for me either.
Graylog server error:
2017-12-14T09:41:36.066Z ERROR [AnyExceptionClassMapper] Unhandled exception in REST resource
oi.thekraken.grok.api.exception.GrokException: Deep recursion pattern compilation of %{IPORHOST}
Figured this out , you have to use a regex in the grok pattern you add to graylog as graylog does not come with a perdefined list like the online grok tester.