* add back monitoring.ui.metricbeat.index and deprecate
* add back to test
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Add gated plugin for new Content section
* Add routes for content section
* Add page templates and navigation
This commit adds the page templates for both the Content and Overview sections. Also adds the navigation for both sections, as well as the sub-nav for the Search Indices
* Add ErrorConnecting and NotFound components
* Add routers
* Refactor Overview page components to match new design
* Add Content landing page
* Stub out UI components
The stubs are merely so the router has components to load when switching views. Tests and actual component data will be updated in future PRs. `SearchIndices` has some dummy dable data so that the indicifual search index page is linkable.
* Remove unnecessary comments
These were a holdover from another nav component that was copied. They are not applicable to this component
* Add back insufficent permissions illustrations and add alt text
Also renamed the search indices image from its former name, `document_set` to `search_indices`
* Fix failing test
No longer renders images
* [QA][Code Coverage] Drop dead code
We've some code no longer used,
that was used when code coverage was
orchestrated in Jenkins.
Since we use Buildkite instead,
we can drop this code.
* Updated the docs to reflect we
no longer use Jenkins and use
Buildkite instead.
* Updated doc per review and dropped the bit about 4 indexes,
since we no longer need the other R & D job.
* [Lens] Values formatting not working in case of multi-field selection
* Fix a nit
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
## Summary
Increases the timeouts from 2 minutes to now 5 minutes and unskips the detection tests. If any of the tests fail consistently then I will skip just those individual tests instead of the whole suit.
See https://github.com/elastic/kibana/issues/125851 and https://github.com/elastic/elasticsearch/issues/84256
This could cause issues with:
https://github.com/elastic/kibana/issues/125319
If so, then we will have to deal with the cloud based tests in a different way but in reality we need the extra time as some test cases do take a while to run on CI.
This also:
* Removes skips around code that have been in there for a while and adds documentation to the parts that are left over.
### Checklist
- [x] [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
* [Metrics UI] Use bucket selector to evaluate Inventory Threshold Rule with Elasticsearch
* updating tests
* Remove unused dependencies
* Adding fallback for empty triggers
* Lowering the composite size to a safe value
* Reverting composite size change for Metric Threshold
* Adding some checks to ensure the bucket_script is available
* fixing typo
* Fix reason bug for bits. The formatter assumes it's listed in bytes.
* Fixing bug where results might not exist in each result set
* Converting boolean[] to boolean
* removing unused deps
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Add UI for alerts row
* Add selectedAlert in session view
* Allow jumpToEvent to be used by alert documents
* Change behavior of selecting alert row will update selectedProcess
* PR comment fix and polish process tree node button styles
* Handle very long rule name in alert row
* Fix default selection highlight color
* Address PR comments
* Address PR comments and add alert count to alert button with tests
* Add 99+ to alerts button and more tests
* Fix scroll to jumpToEvent not working on load, and add scrollToAlert
* Change hardcoded root esculation to user escalation
* Fix mock process data causing failed jest test runs
* Revert "Revert "[build] Include x-pack example plugins when using example-plugins flag (#120697)" (#125729)"
This reverts commit 7b4c34e418.
* skip alerting_example
* link to issue
* data view spaces list is limited and can expand and contract AND it has a proper click target
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>