Skip to content

Commit

Permalink
Merge branch 'master' into enhancement/224-create-a-new-dashboards-pa…
Browse files Browse the repository at this point in the history
…ge-that-makes-use-of-embeddable-dashboards-by-reference
  • Loading branch information
asteriscos authored Aug 23, 2024
2 parents c3cdf7c + 0cf78ba commit d92d99e
Show file tree
Hide file tree
Showing 178 changed files with 11,005 additions and 522 deletions.
2 changes: 1 addition & 1 deletion docker/imposter/api-info/api_info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"data": {
"title": "Wazuh API REST",
"api_version": "4.10.0",
"api_version": "5.0.0",
"revision": 1,
"license_name": "GPL 2.0",
"license_url": "https://github.com/wazuh/wazuh/blob/4.5/LICENSE",
Expand Down
61 changes: 61 additions & 0 deletions docker/imposter/decoders/get_decoders.json
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
}
25 changes: 25 additions & 0 deletions docker/imposter/lists/get_lists.json
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
}
Loading

0 comments on commit d92d99e

Please sign in to comment.