mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
# Backport This will backport the following commits from `main` to `9.0`: - [[Fleet] update disabled inputs (#215512)](https://github.com/elastic/kibana/pull/215512) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Julia Bardi","email":"90178898+juliaElastic@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-03-21T16:19:37Z","message":"[Fleet] update disabled inputs (#215512)\n\n## Summary\n\nCloses https://github.com/elastic/kibana/issues/215411\n\nDisable `aws-s3` and `streaming` as an input type for agentless\n\n<img width=\"2540\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/9ee96838-919c-4be3-851b-51afad6b6e06\"\n/>\n<img width=\"1470\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/a6f702cf-6885-4512-ae04-7074cbfa0a40\"\n/>","sha":"04cc68a2cb99f72595443c4f31d9f0de4e129845","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","backport:prev-minor","v9.1.0"],"title":"[Fleet] update disabled inputs","number":215512,"url":"https://github.com/elastic/kibana/pull/215512","mergeCommit":{"message":"[Fleet] update disabled inputs (#215512)\n\n## Summary\n\nCloses https://github.com/elastic/kibana/issues/215411\n\nDisable `aws-s3` and `streaming` as an input type for agentless\n\n<img width=\"2540\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/9ee96838-919c-4be3-851b-51afad6b6e06\"\n/>\n<img width=\"1470\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/a6f702cf-6885-4512-ae04-7074cbfa0a40\"\n/>","sha":"04cc68a2cb99f72595443c4f31d9f0de4e129845"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/215512","number":215512,"mergeCommit":{"message":"[Fleet] update disabled inputs (#215512)\n\n## Summary\n\nCloses https://github.com/elastic/kibana/issues/215411\n\nDisable `aws-s3` and `streaming` as an input type for agentless\n\n<img width=\"2540\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/9ee96838-919c-4be3-851b-51afad6b6e06\"\n/>\n<img width=\"1470\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/a6f702cf-6885-4512-ae04-7074cbfa0a40\"\n/>","sha":"04cc68a2cb99f72595443c4f31d9f0de4e129845"}}]}] BACKPORT--> Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
This commit is contained in:
parent
cd881bece5
commit
ae0422a878
1 changed files with 2 additions and 0 deletions
|
@ -29,4 +29,6 @@ export const AGENTLESS_DISABLED_INPUTS = [
|
|||
'gcp-pubsub',
|
||||
'azure-eventhub',
|
||||
'logfile',
|
||||
'aws-s3',
|
||||
'streaming',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue