mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [[EEM] Add built in definitions for hosts and containers (#193157)](https://github.com/elastic/kibana/pull/193157) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Milton Hultgren","email":"milton.hultgren@elastic.co"},"sourceCommit":{"committedDate":"2024-09-18T14:03:17Z","message":"[EEM] Add built in definitions for hosts and containers (#193157)\n\n### Summary\r\n\r\nThis PR adds built in definitions for `hosts` and `containers` based on\r\nECS data.\r\n\r\n### How to test\r\n\r\n1. Check out this branch of Kibana\r\n2. Start ES and Kibana, verify that start up works and that the two\r\ndefinitions are installed (by calling `GET\r\n/internal/entities/definition` or checking that the transforms are\r\ninstalled).\r\n3. Ingest some data for each definition to work with, verify that you\r\nget data in `entities-host-*` and `entities-container-*` and that the\r\ndata matches the expected shape (metadata and metrics[1])\r\n\r\n\r\n[[1]](https://github.com/elastic/kibana/pull/193157#issuecomment-2355609821)","sha":"26a50f71562ad713903e8543b7793f482f717935","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","Feature:EEM"],"title":"[EEM] Add built in definitions for hosts and containers","number":193157,"url":"https://github.com/elastic/kibana/pull/193157","mergeCommit":{"message":"[EEM] Add built in definitions for hosts and containers (#193157)\n\n### Summary\r\n\r\nThis PR adds built in definitions for `hosts` and `containers` based on\r\nECS data.\r\n\r\n### How to test\r\n\r\n1. Check out this branch of Kibana\r\n2. Start ES and Kibana, verify that start up works and that the two\r\ndefinitions are installed (by calling `GET\r\n/internal/entities/definition` or checking that the transforms are\r\ninstalled).\r\n3. Ingest some data for each definition to work with, verify that you\r\nget data in `entities-host-*` and `entities-container-*` and that the\r\ndata matches the expected shape (metadata and metrics[1])\r\n\r\n\r\n[[1]](https://github.com/elastic/kibana/pull/193157#issuecomment-2355609821)","sha":"26a50f71562ad713903e8543b7793f482f717935"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193157","number":193157,"mergeCommit":{"message":"[EEM] Add built in definitions for hosts and containers (#193157)\n\n### Summary\r\n\r\nThis PR adds built in definitions for `hosts` and `containers` based on\r\nECS data.\r\n\r\n### How to test\r\n\r\n1. Check out this branch of Kibana\r\n2. Start ES and Kibana, verify that start up works and that the two\r\ndefinitions are installed (by calling `GET\r\n/internal/entities/definition` or checking that the transforms are\r\ninstalled).\r\n3. Ingest some data for each definition to work with, verify that you\r\nget data in `entities-host-*` and `entities-container-*` and that the\r\ndata matches the expected shape (metadata and metrics[1])\r\n\r\n\r\n[[1]](https://github.com/elastic/kibana/pull/193157#issuecomment-2355609821)","sha":"26a50f71562ad713903e8543b7793f482f717935"}}]}] BACKPORT--> Co-authored-by: Milton Hultgren <milton.hultgren@elastic.co> |
||
---|---|---|
.. | ||
common | ||
docs | ||
public | ||
server | ||
jest.config.js | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
Entity Manager Plugin
This plugin provides access to observed entity data, such as information about hosts, pods, containers, services, and more.