Before you post: Your responses to these questions will help the community help you. Please complete this template if you’re asking a support question. Don’t forget to select tags to help index your topic!
1. Describe your incident:
Hi, i’m a new user of Graylog, and I would compare values wich appear multiple times in different messages and create an alert when a value of a field is equal to the one of the same field from a different message.
For example, I centralize AD connection logs, and I want to be able to know when a user logs in with different IP address at the same time. So, I wan’t to compare the IP addresses.
I tried to use pipelines but I don’t really know how I can compare the value from another message.
I know it’s wrong, but here is my rule:
rule “test”
Thank you for your help but I resolved my problem with an aggregation and the card() function. So I have the number of different IP addresses related to one user.