kibana/x-pack/plugins
Devin W. Hurley e66cedc17e
Revert "Siem query rule - reduce field_caps usage (#184890)" (#186181)
This reverts commit 257ef7f69e.

## Summary

Summarize your PR. If it involves visual changes include a screenshot or
gif.


### Checklist

Delete any items that are not applicable to this PR.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [ ] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [ ] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)


### Risk Matrix

Delete this section if it is not applicable to this PR.

Before closing this PR, invite QA, stakeholders, and other developers to
identify risks that should be tested prior to the change/feature
release.

When forming the risk matrix, consider some of the following examples
and how they may potentially impact the change:

| Risk | Probability | Severity | Mitigation/Notes |

|---------------------------|-------------|----------|-------------------------|
| Multiple Spaces—unexpected behavior in non-default Kibana Space.
| Low | High | Integration tests will verify that all features are still
supported in non-default Kibana Space and when user switches between
spaces. |
| Multiple nodes—Elasticsearch polling might have race conditions
when multiple Kibana nodes are polling for the same tasks. | High | Low
| Tasks are idempotent, so executing them multiple times will not result
in logical error, but will degrade performance. To test for this case we
add plenty of unit tests around this logic and document manual testing
procedure. |
| Code should gracefully handle cases when feature X or plugin Y are
disabled. | Medium | High | Unit tests will verify that any feature flag
or plugin combination still results in our service operational. |
| [See more potential risk
examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx) |


### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
2024-06-13 11:55:12 -04:00
..
actions Gemini connector integration (#183668) 2024-06-06 11:52:35 -06:00
aiops [ML] Fix Change Point embeddable infinite re-rendering on a dashboard (#184711) 2024-06-04 16:23:42 +02:00
alerting [OAS] Refactor description -> summary (#184651) 2024-06-06 06:49:41 -07:00
banners [SharedUX] Remove usage of deprecated React rendering utilities (#180516) 2024-04-17 07:52:41 -07:00
canvas [i18n] Fix broken i18n messages (#185011) 2024-06-07 14:19:46 -06:00
cases [OAS] Refactor description -> summary (#184651) 2024-06-06 06:49:41 -07:00
cloud [Stateful sidenav] Add cloud yml setting for onboarding default solution (#184808) 2024-06-06 10:06:21 -07:00
cloud_defend Add @typescript-eslint/no-floating-promises (#181456) 2024-05-01 08:41:31 -07:00
cloud_integrations Update codeowners file (#183552) 2024-05-22 08:19:50 -04:00
cloud_security_posture [Cloud Security][Quick Wins] Fix for Rules Flyout (#184050) 2024-06-06 05:52:30 -07:00
cross_cluster_replication [i18n][system upgrade] Upgrade Intl Packages from v2 to v6 (#179506) 2024-06-02 16:50:33 +03:00
custom_branding
dashboard_enhanced [i18n] Fix broken i18n messages (#185011) 2024-06-07 14:19:46 -06:00
data_quality [Dataset quality] Added dataQuality locator (#184588) 2024-05-31 19:50:09 +02:00
data_visualizer Fix typo in ESQLSearchResponse type (#184861) 2024-06-05 21:49:27 +02:00
discover_enhanced
drilldowns
ecs_data_quality_dashboard [Security Solution][DQD] add nested field items for incompatible and … (#184657) 2024-06-04 15:41:58 +02:00
elastic_assistant Fix Bedrock connector Security AI assistant auto title functionality (#184064) 2024-06-04 21:45:03 +02:00
embeddable_enhanced [dashboard] fix Upgraded dashboard with image embeddable shows 'unsaved changes' badge when opening editor (#183539) 2024-05-15 13:22:24 -06:00
encrypted_saved_objects Add @typescript-eslint/no-floating-promises (#181456) 2024-05-01 08:41:31 -07:00
enterprise_search [i18n] Fix broken i18n messages (#185011) 2024-06-07 14:19:46 -06:00
event_log Add @typescript-eslint/no-floating-promises (#181456) 2024-05-01 08:41:31 -07:00
features Add support for a declarative (via configuration) way to specify Kibana feature overrides (#180362) 2024-06-06 15:55:19 +02:00
fields_metadata [Spacetime] Fields metadata services (#183806) 2024-06-05 09:51:50 +02:00
file_upload [i18n][system upgrade] Upgrade Intl Packages from v2 to v6 (#179506) 2024-06-02 16:50:33 +03:00
fleet [i18n] Fix broken i18n messages (#185011) 2024-06-07 14:19:46 -06:00
global_search Use rxjs instead of rxjs/operators (#179553) 2024-04-02 11:41:33 -07:00
global_search_bar [Fix] Add isLoading state to Global Search (#183866) 2024-06-06 07:31:24 -06:00
global_search_providers Use rxjs instead of rxjs/operators (#179553) 2024-04-02 11:41:33 -07:00
graph [AppEx-SharedUX] Remove toMountPoint parameter from TableListViewKibanaProvider (#182030) 2024-04-30 11:14:48 -07:00
grokdebugger [Mgmt] Remove usage of deprecated modules for mounting React, Part II (#182043) 2024-05-07 08:59:44 -07:00
index_lifecycle_management [i18n][system upgrade] Upgrade Intl Packages from v2 to v6 (#179506) 2024-06-02 16:50:33 +03:00
index_management [EuiCheckbox] Remove inList type checkboxes (#184881) 2024-06-07 09:17:07 -07:00
ingest_pipelines [Ingest Pipelines] Add unsaved changes prompt (#183699) 2024-06-07 20:35:56 +02:00
kubernetes_security [i18n][system upgrade] Upgrade Intl Packages from v2 to v6 (#179506) 2024-06-02 16:50:33 +03:00
lens Fix sort field error message for last value (#184883) 2024-06-06 06:56:33 -07:00
license_api_guard Add @typescript-eslint/no-floating-promises (#181456) 2024-05-01 08:41:31 -07:00
license_management Add @typescript-eslint/no-floating-promises (#181456) 2024-05-01 08:41:31 -07:00
licensing [Core] Remove usage of deprecated React rendering utilities (#180973) 2024-04-18 16:36:08 -07:00
lists Add @typescript-eslint/no-floating-promises (#181456) 2024-05-01 08:41:31 -07:00
logstash [OAS] Refactor description -> summary (#184651) 2024-06-06 06:49:41 -07:00
maps Fix typo in ESQLSearchResponse type (#184861) 2024-06-05 21:49:27 +02:00
ml [i18n] Fix broken i18n messages (#185011) 2024-06-07 14:19:46 -06:00
monitoring Telemetry collection support for Logstash agent driven monitoring. (#184480) 2024-06-04 16:49:56 -07:00
monitoring_collection [Stack Monitoring] Update code owners (#183279) 2024-05-14 09:57:07 +02:00
notifications Add @typescript-eslint/no-floating-promises (#181456) 2024-05-01 08:41:31 -07:00
observability_solution Consolidate react-hooks/exhaustive-deps lint rules for O11y (#184865) 2024-06-08 09:59:25 +02:00
osquery skip flaky suite (#180852) 2024-06-06 20:13:17 +01:00
painless_lab [Mgmt] Remove usage of deprecated modules for mounting React, Part II (#182043) 2024-05-07 08:59:44 -07:00
remote_clusters [i18n][system upgrade] Upgrade Intl Packages from v2 to v6 (#179506) 2024-06-02 16:50:33 +03:00
reporting Add support for a declarative (via configuration) way to specify Kibana feature overrides (#180362) 2024-06-06 15:55:19 +02:00
rollup [EuiCheckbox] Remove inList type checkboxes (#184881) 2024-06-07 09:17:07 -07:00
rule_registry [OBS-UX-MNGMT] Move the Alerting comparators from TriggersActionsUI plugin to the alerting-types package (#181584) 2024-05-28 15:34:52 +02:00
runtime_fields [Mgmt] Remove usage of deprecated modules for mounting React, Part II (#182043) 2024-05-07 08:59:44 -07:00
saved_objects_tagging [i18n][system upgrade] Upgrade Intl Packages from v2 to v6 (#179506) 2024-06-02 16:50:33 +03:00
screenshotting [Reporting] Update to puppeteer 22.8.1 (#183264) 2024-05-14 18:02:22 +02:00
search_connectors [Search] Renaming the search frontend group (#184565) 2024-06-03 13:14:49 -07:00
search_notebooks [Search] Renaming the search frontend group (#184565) 2024-06-03 13:14:49 -07:00
search_playground [Search] [Playground] increase conversational chain tests timeout (#184754) 2024-06-04 19:11:05 +01:00
searchprofiler [EuiProvider] Use KibanaRenderContextProvider in Console A11y Overlay (#184488) 2024-05-31 10:43:16 -07:00
security [i18n] Fix broken i18n messages (#185011) 2024-06-07 14:19:46 -06:00
security_solution Revert "Siem query rule - reduce field_caps usage (#184890)" (#186181) 2024-06-13 11:55:12 -04:00
security_solution_ess [Stateful sidenav] Put recently accessed in footer for all solutions (#184298) 2024-05-28 17:00:04 +01:00
security_solution_serverless [Cloud Security] Refactor D4C metering function (#183814) 2024-05-30 09:59:52 +03:00
serverless Add "Give feedback" button (#180942) 2024-04-22 04:44:28 -07:00
serverless_observability [Serverless] make parent nav item into breadcrumb link (#183189) 2024-05-16 08:14:18 -04:00
serverless_search [Connectors] Use Connector API to create a connector (#183398) 2024-06-06 10:43:37 +02:00
session_view polyfill window.matchMedia in jsdom (#181710) 2024-04-30 05:26:29 -07:00
snapshot_restore [i18n][system upgrade] Upgrade Intl Packages from v2 to v6 (#179506) 2024-06-02 16:50:33 +03:00
spaces [Spaces] Support for query params in next route when entering space (#184858) 2024-06-06 16:23:56 +02:00
stack_alerts [i18n] Fix broken i18n messages (#185011) 2024-06-07 14:19:46 -06:00
stack_connectors Gemini connector integration (#183668) 2024-06-06 11:52:35 -06:00
task_manager [ResponseOps][Fix] Update the overdue metrics collector to filter to only claimable task types (#185894) 2024-06-10 15:43:44 -04:00
telemetry_collection_xpack Telemetry collection support for Logstash agent driven monitoring. (#184480) 2024-06-04 16:49:56 -07:00
threat_intelligence [i18n][system upgrade] Upgrade Intl Packages from v2 to v6 (#179506) 2024-06-02 16:50:33 +03:00
timelines [i18n][system upgrade] Upgrade Intl Packages from v2 to v6 (#179506) 2024-06-02 16:50:33 +03:00
transform [i18n][system upgrade] Upgrade Intl Packages from v2 to v6 (#179506) 2024-06-02 16:50:33 +03:00
translations [i18n] Fix broken i18n messages (#185011) 2024-06-07 14:19:46 -06:00
triggers_actions_ui [i18n] Fix broken i18n messages (#185011) 2024-06-07 14:19:46 -06:00
upgrade_assistant [i18n] Fix broken i18n messages (#185011) 2024-06-07 14:19:46 -06:00
watcher [i18n][system upgrade] Upgrade Intl Packages from v2 to v6 (#179506) 2024-06-02 16:50:33 +03:00