-
Notifications
You must be signed in to change notification settings - Fork 622
ES 8.18.3 #14825
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
Merged
ES 8.18.3 #14825
Changes from 15 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
d8be6e4
es 8.18.3
reyesj2 beda6ac
Merge pull request #14813 from Security-Onion-Solutions/reyesj2/es8183
reyesj2 4bf2c93
make sure required file exists to generate ADDON_INTEGRATION_DEFAULTS
reyesj2 d4f0cbc
changes for 'generic' integrations with no compoent templates assigne…
reyesj2 bef2fa9
8.18.3 pipeline updates
reyesj2 59628ec
revert foxtrot change
reyesj2 47bbc99
elastic agent upgrade prereq
reyesj2 08a2ad2
Merge pull request #14824 from Security-Onion-Solutions/reyesj2/es8183
reyesj2 76ab0ea
foxtrot
reyesj2 b9d813c
typo
reyesj2 07a22a0
version
reyesj2 f1cbe23
update default kibana space
reyesj2 3fb703c
check if generic template exists in installed component templates bef…
reyesj2 a03764d
additional weird integration
reyesj2 33e2d18
endpoint policy update
reyesj2 fa6f410
ensure elasticsearch is up
reyesj2 3b29426
Update salt/elasticfleet/files/integrations/elastic-defend/elastic-de…
reyesj2 d846fe5
typos
reyesj2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -1 +1 @@ | ||
| 2.4.170 | ||
| 2.4.170 |
64 changes: 33 additions & 31 deletions
64
salt/elasticfleet/files/integrations/elastic-defend/elastic-defend-endpoints.json
This file contains hidden or 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 |
|---|---|---|
| @@ -1,32 +1,34 @@ | ||
| { | ||
| "name": "elastic-defend-endpoints", | ||
| "namespace": "default", | ||
| "description": "", | ||
| "package": { | ||
| "name": "endpoint", | ||
| "title": "Elastic Defend", | ||
| "version": "8.17.0", | ||
| "requires_root": true | ||
| }, | ||
| "enabled": true, | ||
| "policy_id": "endpoints-initial", | ||
| "vars": {}, | ||
| "inputs": [ | ||
| { | ||
| "type": "endpoint", | ||
| "enabled": true, | ||
| "config": { | ||
| "integration_config": { | ||
| "value": { | ||
| "type": "endpoint", | ||
| "endpointConfig": { | ||
| "preset": "DataCollection" | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "streams": [] | ||
| } | ||
| ] | ||
| } | ||
|
|
||
| "name": "elastic-defend-endpoints", | ||
| "namespace": "default", | ||
| "description": "", | ||
| "package": { | ||
| "name": "endpoint", | ||
| "title": "Elastic Defend", | ||
| "version": "8.18.1", | ||
| "requires_root": true | ||
| }, | ||
| "enabled": true, | ||
| "policy_ids": [ | ||
| "endpoints-initial" | ||
| ], | ||
| "vars": {}, | ||
| "inputs": [ | ||
| { | ||
| "type": "ENDPOINT_INTEGRATION_CONFIG", | ||
| "enabled": true, | ||
| "config": { | ||
| "_config": { | ||
| "value": { | ||
| "type": "endpoint", | ||
| "endpointConfig": { | ||
| "preset": "DataCollection" | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "streams": [] | ||
| } | ||
| ], | ||
| "force": false | ||
| } | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| elasticsearch: | ||
| enabled: false | ||
| version: 8.17.3 | ||
| version: 8.18.3 | ||
| index_clean: true | ||
| config: | ||
| action: | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.