Would like to know about the correlations, I have two different messages from the same stream coming into Graylog ES.
First Message has CPU info and the second has Memory Information. I want to apply rules from both messages and derive if the status of VM is good (logic is CPU and Memory < 75% is good as an example )
Is there a way to do this ? Using Pipelines ?
Example: for CPU and Memory:
75>cpu>90=1- yellow
90 > cpu =2 - red
else=0 - green