forked from opensearch-project/OpenSearch
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add states-vulnerabilities index template definition (#405)
* Add stateless index template definition Event generator is pending * Update to 8.11.0 * Adding template mappings and settings for states-inventory-vulnerabilities index * Remove event generator script * Remove hidden flag * Fix subset.yml indentation * Recycle ecs/vulnerability-detector * Add yaml header --------- Co-authored-by: Álex Ruiz <[email protected]>
- Loading branch information
Showing
8 changed files
with
37 additions
and
26 deletions.
There are no files selected for viewing
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
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,24 @@ | ||
--- | ||
name: wazuh-inventory-vulnerabilities | ||
fields: | ||
base: | ||
fields: | ||
tags: [] | ||
agent: | ||
fields: "*" | ||
package: | ||
fields: "*" | ||
host: | ||
fields: | ||
os: | ||
fields: | ||
full: "" | ||
kernel: "" | ||
name: "" | ||
platform: "" | ||
type: "" | ||
version: "" | ||
vulnerability: | ||
fields: "*" | ||
wazuh: | ||
fields: "*" |
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.