i am sending my postfix log to graylog. Now i’m trying to find some log entries regarding an specific email adress.
the mail adress is for example: john.doe@foo.bar
When i search
john.doe: ok, i get the results.
john: no results
doe: no results
*doe: wildcard error
john*: ok, i get the results
@foo.bar: ok, i get results, but too generous
Why are there no results if i simply search for “john” or “doe”?
Hi @jan
sure i took a look at it.
I guess i misunderstood the first example ?
Messages that include the term ssh: ssh
So “john” isn’t a term in my case? What’s the definitin of “term”.
The mail adress in the log is john.doe@foo.bar
So the “term” is the whole address?
Why is searching for “@foo.bar” working? It’s only part of the term. Same for “john”. But searching for “john” is not working.