Commit 946183c
committed
Merge remote-tracking branch 'upstream/master'
* upstream/master: (24 commits)
Show error page when accessing unavailable app (elastic#54656)
[ML] Improving job wizards with datafeed aggregations (elastic#55180)
remove flaly assetion. a license presence tested anyway (elastic#55289)
fix commonly used ranges uptime (elastic#54930)
[SIEM] Use proper icons on Detections view (elastic#55215)
Fix: invalid translation referenced (elastic#54901)
[State Management] Remove AppState from edit_index_pattern page (elastic#54104)
Implements `getStartServices` on server-side (elastic#55156)
Move vis_vega_type/data_model tests to jest (elastic#55186)
[SIEM] [Detection Engine] Update status on rule details page (elastic#55201)
Fix KQL value suggestions for nested fields (elastic#54820)
Enforce camelCase format for a plugin id (elastic#53759)
[SIEM] Detection engine cleanup for rule details/creation/edit page (elastic#55069)
Remove nested root from index pattern (elastic#54978)
[Reporting/Migration] ReportingSetup, LegacySetup (elastic#54198)
[SIEM] [Detection Engine] Fixes duplicate rule action (elastic#55252)
[SIEM] Detections add alert & signal tab (elastic#55127)
Management API - redirect on disabled app path (elastic#55136)
[SIEM][Detection Engine] Fixes critical regression on the backend with immutable and tags
update local (elastic#55177)
...File tree
185 files changed
+3041
-1713
lines changed- .github/workflows
- docs
- development/core/server
- discover
- src
- core
- public/application
- __snapshots__
- integration_tests
- ui
- server
- config/integration_tests
- legacy
- plugins
- discovery
- integration_tests
- legacy
- core_plugins
- kibana
- public
- discover/np_ready/components/table
- management
- sections/index_patterns/edit_index_pattern
- server/tutorials/activemq_metrics
- vis_type_vega/public/data_model
- __tests__
- ui/public/agg_types/param_types
- plugins
- data/server/index_patterns/fetcher/lib/field_capabilities
- kibana_react/public/field_icon
- management/public
- test
- api_integration/apis/index_patterns/fields_for_wildcard_route
- plugin_functional
- plugins
- core_app_status/public
- management_test_plugin/public
- test_suites
- core_plugins
- management
- x-pack
- legacy/plugins
- ml
- common/constants
- public/application/jobs/new_job
- common/job_creator
- util
- pages/components
- datafeed_step/components/time_field
- pick_fields_step/components
- advanced_detector_modal
- categorization_field
- influencers
- summary_count_field
- reporting
- server
- siem
- public
- components
- alerts_viewer
- events_viewer
- header_global
- link_to
- matrix_histogram
- timeline/search_super_select
- url_state
- containers
- anomalies/anomalies_query_tab_body
- detection_engine
- rules
- signals
- matrix_histogram
- timeline
- mock
- pages
- detection_engine
- components
- activity_monitor
- signals_histogram_panel
- signals_histogram
- signals
- signals_utility_bar
- user_info
- rules
- all
- __mocks__
- components
- description_step
- rule_actions_overflow
- __snapshots__
- rule_status
- rule_switch
- schedule_item_form
- step_about_rule
- step_define_rule
- step_schedule_rule
- create
- details
- edit
- home
- hosts
- network
- overview
- alerts_by_category
- events_by_dataset
- server/lib/detection_engine
- routes
- __mocks__
- privileges
- rules
- schemas
- rules
- signals
- uptime/public
- components/functional/location_map
- contexts
- plugins
- endpoint/server
- licensing/server
- security/server
- test/alerting_api_integration/security_and_spaces/tests/alerting
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
185 files changed
+3041
-1713
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
Lines changed: 32 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments