Skip to content
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

[ResponseOps] use Data Streams for AAD indices in serverless #160572

Merged
merged 29 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
091fa61
[ResponseOps] use Data Streams for AAD indices in serverless
pmuellr Aug 10, 2023
19738b1
finish jest tests
pmuellr Aug 17, 2023
700e8a9
fix a test, revert some error behavior per PR comment
pmuellr Aug 17, 2023
640dc09
merge main
pmuellr Aug 21, 2023
fdff901
fix up FAaD alert read/write, add serverless test
pmuellr Aug 23, 2023
f47c5e9
Merge branch 'main' into alerting/serverless-aad-to-datastream
pmuellr Aug 24, 2023
242ef2c
update logged error messages for seq_no/primary_term per PR request
pmuellr Aug 24, 2023
943630e
[EventLog] don't use legacy template APIs during initialization
pmuellr Aug 24, 2023
4989545
fix serverless function test
pmuellr Aug 24, 2023
67e70f9
Merge branch 'main' into alerting/serverless-aad-to-datastream
pmuellr Aug 25, 2023
68b419b
fix a flaky serverless test, fix risk engine to pass ilm-y dataStream…
pmuellr Aug 25, 2023
4710de6
fix more flakiness
pmuellr Aug 26, 2023
eb34cfa
add more un-flay-ness to FT
pmuellr Aug 26, 2023
be64f8d
add support for options in EsArchiver.load
patrykkopycinski Aug 28, 2023
c9d53e0
fix update alert status
patrykkopycinski Aug 28, 2023
c8b065a
Revert "fix update alert status"
pmuellr Aug 28, 2023
e44eca7
Merge branch 'main' of github.com:elastic/kibana into alerting/server…
patrykkopycinski Aug 28, 2023
e1768fa
skip on serverless
patrykkopycinski Aug 28, 2023
dd421ea
Revert "Revert "fix update alert status""
patrykkopycinski Aug 28, 2023
86f1300
fix update alert status
patrykkopycinski Aug 28, 2023
433c204
unskip
patrykkopycinski Aug 28, 2023
2463c45
Merge branch 'main' into alerting/serverless-aad-to-datastream
patrykkopycinski Aug 29, 2023
da45e12
merge main and fix conflicts
pmuellr Aug 29, 2023
9772510
Merge branch 'main' into alerting/serverless-aad-to-datastream
kibanamachine Aug 29, 2023
34840ab
merge main, fix conflicts
pmuellr Aug 29, 2023
4d6f732
Merge branch 'main' into alerting/serverless-aad-to-datastream
patrykkopycinski Aug 30, 2023
97f17f9
cr
patrykkopycinski Aug 30, 2023
f2d2d2a
skip tests
patrykkopycinski Aug 30, 2023
d1506cf
skip
patrykkopycinski Aug 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion x-pack/plugins/alerting/kibana.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"usageCollection",
"security",
"monitoringCollection",
"spaces"
"spaces",
"serverless",
],
"extraPublicDirs": [
"common",
Expand Down
Loading