I created a log with:
- DTG
- All users currently logged on.
Mon, 29 Feb 2016 17:28:01 +0000 bob fred xavier I can get the DTG with: filter {
grok {
match => { "message" => "%{DATESTAMP_RFC2822:dtg}" }
}
} What is a good way to also get the users? Thanks,
Blake