mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Function names cannot contain underscores.
This commit is contained in:
parent
130b048500
commit
92b875dffe
1 changed files with 3 additions and 3 deletions
|
@ -88,7 +88,7 @@ Kibana index pattern. It is normally safe to omit this command.',
|
|||
}),
|
||||
commands: [
|
||||
'./functionbeat setup',
|
||||
'./functionbeat deploy fn_cloudwatch_logs',
|
||||
'./functionbeat deploy fn-cloudwatch-logs',
|
||||
]
|
||||
},
|
||||
WINDOWS: {
|
||||
|
@ -102,7 +102,7 @@ Kibana index pattern. It is normally safe to omit this command.',
|
|||
}),
|
||||
commands: [
|
||||
'.\\functionbeat.exe setup',
|
||||
'.\\functionbeat.exe deploy fn_cloudwatch_logs',
|
||||
'.\\functionbeat.exe deploy fn-cloudwatch-logs',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
@ -217,7 +217,7 @@ export function functionbeatEnableInstructions() {
|
|||
});
|
||||
const defaultCommands = [
|
||||
'functionbeat.provider.aws.functions:',
|
||||
' - name: fn_cloudwatch_logs',
|
||||
' - name: fn-cloudwatch-logs',
|
||||
' enabled: true',
|
||||
' type: cloudwatch_logs',
|
||||
' triggers:',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue