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

Functionbeat: add index option to function configuration #15101

Merged
merged 7 commits into from
Dec 17, 2019

Conversation

ycombinator
Copy link
Contributor

@ycombinator ycombinator commented Dec 13, 2019

Resolves #15064.

Building on top of the work @faec did in #14010, this PR allows Function functions to take a new option, index. The value of this option determines which Elasticsearch index should be used by the Elasticsearch output for indexing Functionbeat events produced by that function. For other outputs, the index name is passed via the @metadata["raw_index"] field.

@ycombinator ycombinator marked this pull request as ready for review December 16, 2019 22:13
@ycombinator
Copy link
Contributor Author

CI failures are unrelated. Merging.

@ycombinator ycombinator merged commit f163dfe into elastic:master Dec 17, 2019
@ycombinator ycombinator deleted the fnb-input-index branch December 17, 2019 22:46
ycombinator added a commit to ycombinator/beats that referenced this pull request Dec 17, 2019
* Refactoring: extract processor adding code to own function

* Adding CHANGELOG entry

* Fleshing out TODOs

* Refactoring: extracting processors code into separate file for isolating tests

* Fleshing out unit tests

* Adding doc

* Fixing formatting
ycombinator added a commit that referenced this pull request Dec 18, 2019
…5168)

* Refactoring: extract processor adding code to own function

* Adding CHANGELOG entry

* Fleshing out TODOs

* Refactoring: extracting processors code into separate file for isolating tests

* Fleshing out unit tests

* Adding doc

* Fixing formatting
@ycombinator ycombinator removed the needs_backport PR is waiting to be backported to other branches. label Jan 15, 2020
@andresrc andresrc added the Team:Integrations Label for the Integrations team label Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Functionbeat] Allow inputs to specify output index
3 participants