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

Filter alert #5

Closed
Enteee opened this issue Oct 26, 2015 · 2 comments
Closed

Filter alert #5

Enteee opened this issue Oct 26, 2015 · 2 comments
Assignees

Comments

@Enteee
Copy link
Owner

Enteee commented Oct 26, 2015

The idea is to write a packet filter for logstash which operates on json data.
The following configuration explains what this filter plugin does:

filter { 
     jqfilter {
         filter => [
             ' Json query string ' , rule uuid
         ]
         target => "field name"
     }
}

this plugin matches the Json query string against the json representation of the event and if matched adds the rule uuid to the field specified with target.

@Enteee
Copy link
Owner Author

Enteee commented Oct 26, 2015

@noeleont
Copy link
Collaborator

logstash json filter plugin is integrated

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

No branches or pull requests

2 participants