Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2089_filter_section_h_example_severities.conf #48

Merged
merged 1 commit into from
Jun 11, 2020

Conversation

mtudisco49
Copy link
Contributor

Changed line
event.get('auditLogTrailer[messages]')
to
event.get('auditLogTrailer')['messages']

with previous line we got error: Ruby exception occurred: Invalid FieldReference: `auditLogTrailer[messages]

Changed line 
event.get('auditLogTrailer[messages]')
to
event.get('auditLogTrailer')['messages']

with previous line we got error: Ruby exception occurred: Invalid FieldReference: `auditLogTrailer[messages]
@bitsofinfo bitsofinfo merged commit 3a0a58f into bitsofinfo:master Jun 11, 2020
bitsofinfo added a commit that referenced this pull request Jun 11, 2020
updates for PR #48 and #49
@bitsofinfo
Copy link
Owner

@mtudisco49 thanks this is in 1.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants