Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make cloud.* a global field in the config #9723

Merged
merged 1 commit into from
Dec 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.