forked from elastic/integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qualys_vmdr.knowledge_base: Handle *_LIST fields containing multiple …
…values. (elastic#11877) Current ingest pipeline only handles `*_LIST` response elements such as `SOFTWARE_LIST` as a single value. When `*_LIST` is an array with objects, the respective fields remain unpopulated. This PR: - Handles the case when `*_LIST` fields are an array by extracting them into relevant fields inside ingest pipeline. - Updates mapping for `diagnosis` and `solution` custom fields to `match_only_text` to avoid errors in system test. `match_only_text` correctly defines these fields instead of existing `keyword` type.
- Loading branch information
Showing
9 changed files
with
505 additions
and
10 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
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
Oops, something went wrong.