mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[8.6] [Security Solution] Add host.name and host.hostname to exceptionable Endpoint fields (#148920) (#149364)
# Backport This will backport the following commits from `main` to `8.6`: - [[Security Solution] Add host.name and host.hostname to exceptionable Endpoint fields (#148920)](https://github.com/elastic/kibana/pull/148920) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kevin Logan","email":"56395104+kevinlog@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-01-23T22:37:22Z","message":"[Security Solution] Add host.name and host.hostname to exceptionable Endpoint fields (#148920)\n\n## Summary\r\n\r\nAddresses this ticket: https://github.com/elastic/kibana/issues/148779\r\n\r\nAllows `host.name` and `host.hostname` to be selected from the list of\r\navailable Endpoint fields.\r\n\r\n<img width=\"1725\" alt=\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/56395104/212412004-0fd1bcbc-39f7-4c29-8016-7d6e8d418fb7.png\">\r\n\r\n<img width=\"1728\" alt=\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/56395104/212412048-826dccf1-131e-4dc2-a34d-c9f586e9e8a0.png\">\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"ace3de1504a9c46c13d5dcd4377697d4b52f0a31","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Defend Workflows","v8.7.0","v8.6.1"],"number":148920,"url":"https://github.com/elastic/kibana/pull/148920","mergeCommit":{"message":"[Security Solution] Add host.name and host.hostname to exceptionable Endpoint fields (#148920)\n\n## Summary\r\n\r\nAddresses this ticket: https://github.com/elastic/kibana/issues/148779\r\n\r\nAllows `host.name` and `host.hostname` to be selected from the list of\r\navailable Endpoint fields.\r\n\r\n<img width=\"1725\" alt=\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/56395104/212412004-0fd1bcbc-39f7-4c29-8016-7d6e8d418fb7.png\">\r\n\r\n<img width=\"1728\" alt=\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/56395104/212412048-826dccf1-131e-4dc2-a34d-c9f586e9e8a0.png\">\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"ace3de1504a9c46c13d5dcd4377697d4b52f0a31"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/148920","number":148920,"mergeCommit":{"message":"[Security Solution] Add host.name and host.hostname to exceptionable Endpoint fields (#148920)\n\n## Summary\r\n\r\nAddresses this ticket: https://github.com/elastic/kibana/issues/148779\r\n\r\nAllows `host.name` and `host.hostname` to be selected from the list of\r\navailable Endpoint fields.\r\n\r\n<img width=\"1725\" alt=\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/56395104/212412004-0fd1bcbc-39f7-4c29-8016-7d6e8d418fb7.png\">\r\n\r\n<img width=\"1728\" alt=\"image\"\r\nsrc=\"https://user-images.githubusercontent.com/56395104/212412048-826dccf1-131e-4dc2-a34d-c9f586e9e8a0.png\">\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"ace3de1504a9c46c13d5dcd4377697d4b52f0a31"}},{"branch":"8.6","label":"v8.6.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Kevin Logan <56395104+kevinlog@users.noreply.github.com>
This commit is contained in:
parent
91347ed68a
commit
3b020352a5
1 changed files with 2 additions and 0 deletions
|
@ -70,7 +70,9 @@
|
|||
"group.id",
|
||||
"host.architecture",
|
||||
"host.domain",
|
||||
"host.hostname",
|
||||
"host.id",
|
||||
"host.name",
|
||||
"host.os.Ext.variant",
|
||||
"host.os.family",
|
||||
"host.os.kernel",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue