mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Fleet] Disable logfile input for agentless integrations (#212455)
## Summary Closes https://github.com/elastic/kibana/issues/212448 cc @qcorporation --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
a2b2e81b5b
commit
8972d5b973
1 changed files with 1 additions and 0 deletions
|
@ -28,4 +28,5 @@ export const AGENTLESS_DISABLED_INPUTS = [
|
|||
'o365audit',
|
||||
'gcp-pubsub',
|
||||
'azure-eventhub',
|
||||
'logfile',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue