We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello team,
It would be great to add the following features to the agent search bar:
Example: agent_name: exampleAgentName
agent_name: exampleAgentName
Examples: status : active OR group : exampleGroup group : exampleGroup AND group : exampleGroup2 OR group: exampleGroup3
status : active OR group : exampleGroup
group : exampleGroup AND group : exampleGroup2 OR group: exampleGroup3
Thanks! King Regards.
The text was updated successfully, but these errors were encountered:
Hi @LegitMigue ,
I think the Wazuh app currently does it, take a look at this screenshot:
It adds AND/OR depending on the filters you are using. Let me know if it doesn't fit your needs.
AND/OR
Regards, Jesús
Sorry, something went wrong.
Hello @jesusgn90 ,
It allows you to use OR statements within the same filter:
OR
And it allows you to use AND statements within different filters:
AND
But it doesn't allow you to use OR withing different filters nor AND in the same filter. I think this could be very useful in some cases.
What about including a new filter key for agent names?
Thanks! Regards
Hi @LegitMigue,
But it doesn't allow you to use OR withing different filters nor AND in the same filter.
Future versions, feature request.
Scheduled for 3.9.0, thanks
Many thanks!
Hi @LegitMigue
Filter key name has been included here #1288
name
Thanks
juankaromo
No branches or pull requests
Hello team,
It would be great to add the following features to the agent search bar:
Example:
agent_name: exampleAgentName
Examples:
status : active OR group : exampleGroup
group : exampleGroup AND group : exampleGroup2 OR group: exampleGroup3
Thanks!
King Regards.
The text was updated successfully, but these errors were encountered: