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

[Mappings Editor] Add support for synthetic _source #199854

Merged
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
96ec5ac
[Mappings Editor] Add support for synthetic _source
ElenaStoeva Nov 12, 2024
de0be81
Fix deserialization
ElenaStoeva Nov 14, 2024
853f9ff
Fix error in component template form mappings editor
ElenaStoeva Nov 14, 2024
92adc29
Fix existing jest tests
ElenaStoeva Nov 14, 2024
32d6672
Add jest tests
ElenaStoeva Nov 14, 2024
9fedad6
Merge branch 'main' into mappings-configuration/source-field
ElenaStoeva Nov 14, 2024
16566e4
Fix copy
ElenaStoeva Nov 14, 2024
991cb4f
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine Nov 14, 2024
b485c9a
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine Nov 14, 2024
a131400
Fix _source field value change when index mode is logsdb
ElenaStoeva Nov 18, 2024
fc5c998
Merge branch 'mappings-configuration/source-field' of https://github.…
ElenaStoeva Nov 18, 2024
aa2b19b
Fix typo in copy
ElenaStoeva Nov 18, 2024
772ede9
Fix i18n errors
ElenaStoeva Nov 18, 2024
a8ae5d6
Fix jest tests
ElenaStoeva Nov 18, 2024
fbe99d4
Merge branch 'main' into mappings-configuration/source-field
ElenaStoeva Nov 18, 2024
6c7e5c5
Refactor changes
ElenaStoeva Nov 19, 2024
57624e1
Merge branch 'mappings-configuration/source-field' of https://github.…
ElenaStoeva Nov 19, 2024
0c70fce
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine Nov 19, 2024
1c8422a
Fix type errors
ElenaStoeva Nov 19, 2024
117ec85
Fix merge conflicts
ElenaStoeva Nov 19, 2024
1907323
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine Nov 19, 2024
4b89cac
Fix jest tests
ElenaStoeva Nov 19, 2024
12d3b27
Add serialization tests
ElenaStoeva Nov 19, 2024
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
78 changes: 18 additions & 60 deletions oas_docs/output/kibana.serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1018,24 +1018,17 @@ paths:
- last_execution_date
flapping:
additionalProperties: false
description: >-
When flapping detection is turned on, alerts that switch
quickly between active and recovered states are identified
as “flapping” and notifications are reduced.
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced.
nullable: true
type: object
properties:
look_back_window:
description: >-
The minimum number of runs in which the threshold must
be met.
description: The minimum number of runs in which the threshold must be met.
maximum: 20
minimum: 2
type: number
status_change_threshold:
description: >-
The minimum number of times an alert must switch
states in the look back window.
description: The minimum number of times an alert must switch states in the look back window.
maximum: 20
minimum: 2
type: number
Expand Down Expand Up @@ -1610,24 +1603,17 @@ paths:
type: boolean
flapping:
additionalProperties: false
description: >-
When flapping detection is turned on, alerts that switch
quickly between active and recovered states are identified
as “flapping” and notifications are reduced.
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced.
nullable: true
type: object
properties:
look_back_window:
description: >-
The minimum number of runs in which the threshold must
be met.
description: The minimum number of runs in which the threshold must be met.
maximum: 20
minimum: 2
type: number
status_change_threshold:
description: >-
The minimum number of times an alert must switch states
in the look back window.
description: The minimum number of times an alert must switch states in the look back window.
maximum: 20
minimum: 2
type: number
Expand Down Expand Up @@ -1945,24 +1931,17 @@ paths:
- last_execution_date
flapping:
additionalProperties: false
description: >-
When flapping detection is turned on, alerts that switch
quickly between active and recovered states are identified
as “flapping” and notifications are reduced.
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced.
nullable: true
type: object
properties:
look_back_window:
description: >-
The minimum number of runs in which the threshold must
be met.
description: The minimum number of runs in which the threshold must be met.
maximum: 20
minimum: 2
type: number
status_change_threshold:
description: >-
The minimum number of times an alert must switch
states in the look back window.
description: The minimum number of times an alert must switch states in the look back window.
maximum: 20
minimum: 2
type: number
Expand Down Expand Up @@ -2540,24 +2519,17 @@ paths:
- active
flapping:
additionalProperties: false
description: >-
When flapping detection is turned on, alerts that switch
quickly between active and recovered states are identified
as “flapping” and notifications are reduced.
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced.
nullable: true
type: object
properties:
look_back_window:
description: >-
The minimum number of runs in which the threshold must
be met.
description: The minimum number of runs in which the threshold must be met.
maximum: 20
minimum: 2
type: number
status_change_threshold:
description: >-
The minimum number of times an alert must switch states
in the look back window.
description: The minimum number of times an alert must switch states in the look back window.
maximum: 20
minimum: 2
type: number
Expand Down Expand Up @@ -2847,24 +2819,17 @@ paths:
- last_execution_date
flapping:
additionalProperties: false
description: >-
When flapping detection is turned on, alerts that switch
quickly between active and recovered states are identified
as “flapping” and notifications are reduced.
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced.
nullable: true
type: object
properties:
look_back_window:
description: >-
The minimum number of runs in which the threshold must
be met.
description: The minimum number of runs in which the threshold must be met.
maximum: 20
minimum: 2
type: number
status_change_threshold:
description: >-
The minimum number of times an alert must switch
states in the look back window.
description: The minimum number of times an alert must switch states in the look back window.
maximum: 20
minimum: 2
type: number
Expand Down Expand Up @@ -3902,24 +3867,17 @@ paths:
- last_execution_date
flapping:
additionalProperties: false
description: >-
When flapping detection is turned on, alerts that switch
quickly between active and recovered states are identified
as “flapping” and notifications are reduced.
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced.
nullable: true
type: object
properties:
look_back_window:
description: >-
The minimum number of runs in which the threshold must
be met.
description: The minimum number of runs in which the threshold must be met.
maximum: 20
minimum: 2
type: number
status_change_threshold:
description: >-
The minimum number of times an alert must switch
states in the look back window.
description: The minimum number of times an alert must switch states in the look back window.
maximum: 20
minimum: 2
type: number
Expand Down
Loading