Skip to content

Commit

Permalink
Make cloud.* a global field in the config (elastic#9723)
Browse files Browse the repository at this point in the history
Need backport in 6.5, 6.6, 6.x
  • Loading branch information
ph authored Dec 24, 2018
1 parent d286b62 commit e882732
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions x-pack/functionbeat/docs/config-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ the events to {es}.
description: "lambda function for SQS events"
triggers:
- event_source_arn: arn:aws:sqs:us-east-1:123456789012:myevents
output.elasticsearch:
cloud.id: "MyESDeployment:SomeLongString=="
cloud.auth: "elastic:SomeLongString"
cloud.id: "MyESDeployment:SomeLongString=="
cloud.auth: "elastic:SomeLongString"
processors:
- add_host_metadata: ~
- add_cloud_metadata: ~
Expand Down Expand Up @@ -92,7 +93,7 @@ multiple functions and need more context about how each function is used.
A list of triggers that will cause the function to execute. The list of valid
triggers depends on the `type`. If `type` is `cloudwatch_logs` logs, specify a
list of log groups. If `type` is `sqs`, specify a list of Amazon Resource Names
(ARNs).
(ARNs).

[float]
[id="{beatname_lc}-filter_pattern"]
Expand Down Expand Up @@ -123,4 +124,4 @@ default is 128 MiB.
==== `dead_letter_config.target_arn`

The dead letter queue to use for messages that can't be processed successfully.
Set this option to an ARN that points to an SQS queue.
Set this option to an ARN that points to an SQS queue.

0 comments on commit e882732

Please sign in to comment.