-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[UII] Restrict non-local ES output types for agentless integrations and policies #207296
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
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
45a664e
Add allowlist of output types for agentless
jen-huang 2def436
Restrict list of outputs in policy editor when in agentless mode
jen-huang 48e4613
Enable data output selection for agentless policies, restrict to `ela…
jen-huang fcb2687
Merge remote-tracking branch 'upstream/main' into feat/agentless-outputs
jen-huang 8da6fef
Merge remote-tracking branch 'upstream/main' into feat/agentless-outputs
jen-huang bac1430
Check output type on update package policy API
jen-huang 935ad0f
Prevent non-local ES outputs from being waterfalled to agentless poli…
jen-huang a032823
Merge remote-tracking branch 'upstream/main' into feat/agentless-outputs
jen-huang 817c04b
Minimize changes to allowed output type helpers, add tests
jen-huang 4c619a5
Add UI test
jen-huang 2a91dfb
Add tests for output service
jen-huang 87f4ffc
Merge remote-tracking branch 'upstream/main' into feat/agentless-outputs
jen-huang 37dfbe8
Add API integration tests
jen-huang 66b48ca
Fix navigation from create integration page
jen-huang 4715640
Block creating agentless integration if default output is non-local ES
jen-huang b7c1f58
Merge remote-tracking branch 'upstream/main' into feat/agentless-outputs
jen-huang c40f636
Fix util test
jen-huang 739e053
Fix api tests
jen-huang 5de6feb
Add logging to troubleshoot test
jen-huang 223d55b
[CI] Auto-commit changed files from 'node scripts/capture_oas_snapsho…
kibanamachine 08550a1
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine e64a6d0
Adjust debugging, try setting up fleet server before
jen-huang 0affeb3
Merge branch 'feat/agentless-outputs' of github.com:jen-huang/kibana …
jen-huang 02d8e58
PR feedback, make reset output ID more specific
jen-huang feb3ca5
Fix switching between agent-based/agentless and new hosts/existing hosts
jen-huang 1122242
Add more debugging for api test
jen-huang 494e676
Merge remote-tracking branch 'upstream/main' into feat/agentless-outputs
jen-huang 8e8d4d9
Fix bug and test
jen-huang 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: could be nice to test it contains all the expected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated