-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into enhancement/224-create-a-new-dashboards-pa…
…ge-that-makes-use-of-embeddable-dashboards-by-reference
- Loading branch information
Showing
178 changed files
with
11,005 additions
and
522 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"data": { | ||
"affected_items": [ | ||
{ | ||
"name": "decoder/journald/3", | ||
"parents": [], | ||
"module": "journald-http", | ||
"title": "Journald HTTP Agents error logs decoder", | ||
"description": "Decoder for Journald HTTP Agents error logs.", | ||
"versions": ["2.2.31"], | ||
"compatibility": "The Apache datasets were tested with Apache 2.4.12 and 2.4.46 and are expected to work with all versions >= 2.2.31 and >= 2.4.16 (independent from operating system).", | ||
"author": { | ||
"name": "", | ||
"date": "", | ||
"email": "" | ||
}, | ||
"references": [] | ||
}, | ||
{ | ||
"name": "decoder/systemctl/1", | ||
"parents": ["journald"], | ||
"module": "systemctl-http", | ||
"title": "Systemctl Manager error logs decoder", | ||
"description": "Decoder for Systemctl Manager error logs.", | ||
"versions": [], | ||
"compatibility": "The Apache datasets were tested with Apache 2.4.12 and 2.4.46 and are expected to work with all versions >= 2.2.31 and >= 2.4.16 (independent from operating system).", | ||
"author": { | ||
"name": "Wazuh Inc.", | ||
"date": "2021-12-31", | ||
"email": "[email protected]" | ||
}, | ||
"references": [ | ||
"https://documentation.wazuh.com/current/user-manual/ruleset/ruleset-xml-syntax/decoders.html" | ||
] | ||
}, | ||
{ | ||
"name": "decoder/apache-access/0", | ||
"parents": ["decoder/apache-common/0", "decoder/journald-apache/0"], | ||
"module": "apache-http", | ||
"title": "Apache HTTP Server error logs decoder", | ||
"description": "Decoder for Apache HTTP Server error logs.", | ||
"versions": ["2.2.31", "2.4.16"], | ||
"compatibility": "The Apache datasets were tested with Apache 2.4.12 and 2.4.46 and are expected to work with all versions >= 2.2.31 and >= 2.4.16 (independent from operating system).", | ||
"author": { | ||
"name": "Wazuh Inc.", | ||
"date": "2023-11-29", | ||
"email": "" | ||
}, | ||
"references": [ | ||
"https://httpd.apache.org/docs/2.4/logs.html", | ||
"https://httpd.apache.org/docs/2.4/custom-error.html" | ||
] | ||
} | ||
], | ||
"total_affected_items": 3, | ||
"total_failed_items": 0, | ||
"failed_items": [] | ||
}, | ||
"message": "All selected decoders were returned", | ||
"error": 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"data": { | ||
"affected_items": [ | ||
{ | ||
"filename": "test1", | ||
"relative_dirname": "mockPath/test/1", | ||
"elements": "8", | ||
"date": "2024-06-03", | ||
"description": "test mock" | ||
}, | ||
{ | ||
"filename": "test2", | ||
"relative_dirname": "mockPath/test/version2", | ||
"elements": "76", | ||
"date": "2024-06-02", | ||
"description": "test 2 mock" | ||
} | ||
], | ||
"total_affected_items": 2, | ||
"total_failed_items": 0, | ||
"failed_items": [] | ||
}, | ||
"message": "All specified lists were returned", | ||
"error": 0 | ||
} |
Oops, something went wrong.