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

When using Ruleset Test, each request is made in a different session instead of all in the same session #3249

Closed
CPAlejandro opened this issue May 13, 2021 · 1 comment · Fixed by #3257
Assignees
Labels
type/bug Bug issue type/enhancement Enhancement issue

Comments

@CPAlejandro
Copy link
Contributor

CPAlejandro commented May 13, 2021

When using Ruleset Test, each request is made in a different session instead of all in the same session.

To test it, we create a rule that takes into account the frequency parameter and when executing several logs in ruleset test, we see that the firedtimes parameter is always 1, which indicates that each request is made in a different session.

image.png

On the other hand, if we execute the same test in the manager by executing the following command: / var / ossec / bin / wazuh-logtest, then we add the logs and see how the firedtimes parameter that it returns increases, instead of always being 1.

image.png

@eze9252 eze9252 self-assigned this May 14, 2021
@Desvelao Desvelao linked a pull request May 19, 2021 that will close this issue
@Desvelao
Copy link
Member

Desvelao commented May 25, 2021

New requirements to implement

  • Add button to close the Logtest session
  • Keep the session global to the app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Bug issue type/enhancement Enhancement issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants