
Austin Ayers
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
Activity overview
Latest activity by Austin Ayers-
Austin Ayers created a post,
Query Optimization: How best to consolidate fields across multiple records into a single record.
I am working on a query to allow me to see what connection properties a client software is using to connect. The Log is in an XML format and I already have the parser working. now that i have rec...
-
Austin Ayers commented,
Just curious, does the log "roll over" after an interval of time or size? could you just monitor activelog.log and ignore all others? when the log rolls over it will automatically pick up new rec...
-
Austin Ayers commented,
Exclude Event IDs in windows event logs (?s).EventCode.*5447(?s). I would love one that excludes specic events on specific hosts! like Exclude this event from this server only!
-
Austin Ayers commented,
Thank you Kevy. That worked well but I settled on (?s).EventCode.*5156(?s). because it seemed more specific. I am new to these type of regexes. I great tool i came across was regex101.com for te...
-
Austin Ayers commented,
I am generating about 3-4GB a day of these! I am also looking for a proper Regex to exclude those!