I’ve just setup a new graylog server and am trying to create a new stream for our domain controller event logs. Our domain controllers have a specific format: eg: ENF-DC01.COMPANY. COM or AST-DC1.COMPANY. COM (we have 15 in total)
so i’ve created a new rule under a stream where source should match the regex:
It did appear that the original regex you posted (minus the space infront of the last .com) did parse correctly and match as expected but, after testing in another parser - It failed.
It’s always best to be as exact as you can with your regex otherwise you can encounter strange things such as this
Remember to mark a response as a solution so people can see that the thread has resolution.