-
Notifications
You must be signed in to change notification settings - Fork 32
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
FIM System tests: 0212 - Realtime + Scheduled #556
Milestone
Comments
TestingAutomaticExecution 0 (Syscheck frequency of 600 seconds){
"root_folder": "{{ agents_fim_testing_path }}",
"recursion_level": 3,
"folder_length": 5,
"file_length": 5,
"file_size_specifications":[
{ "size": 10240, "amount": 4000},
{ "size": 524288, "amount": 500},
{ "size": 1048576, "amount": 500},
{ "size": 10485760, "amount": 10}
]
} SUCCESS
Add files:Linux realtime overflow: NO Modify files:Linux realtime overflow: NO |
TestingAutomaticExecution 1 (Syscheck frequency of 600 seconds){
"root_folder": "{{ agents_fim_testing_path }}",
"recursion_level": 4,
"folder_length": 5,
"file_length": 5,
"file_size_specifications":[
{ "size": 10240, "amount": 10000},
{ "size": 524288, "amount": 5000},
{ "size": 1048576, "amount": 500},
{ "size": 10485760, "amount": 100}
]
}
SUCCESS
Linux realtime overflow: YES GraphsAddModifyLinux realtime overflow: NO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello team,
This issue is related to #493. It will contain the advances related to the creation of the scenario 0212
Objectives
Implement scenario 212.
This scenario tests realtime when there are missing alerts due to queue full. These alerts must be regenerated in the following scheduled scan. We want to check the delay between events and alerts when this happen.
Warning in Linux:
Warning in windows:
Tasks
ossec.conf
fileslaunch_scenario.yml
alerts.json
.Elasticsearch
.Regards,
Francisco Navarro.
The text was updated successfully, but these errors were encountered: