-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Allow setting the type
in the reroute processor
#122409
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
Allow setting the type
in the reroute processor
#122409
Conversation
This allows configuring the `type` from within the ingest `reroute` processor. Similar to `dataset` and `namespace`, the type defaults to the value extracted from the index name. This means that documents sent to `logs-mysql.access.default` will have a default value of `logs` for the type. Resolves elastic#121553
Documentation preview: |
Warning It looks like this PR modifies one or more |
Hi @dakrone, I've created a changelog YAML for you. |
Warning It looks like this PR modifies one or more |
Assuming no other blocking things, I can remove the docs part of this and do it in a separate PR after the docs migration. |
Pinging @elastic/es-data-management (Team:Data Management) |
Warning It looks like this PR modifies one or more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏻 Clean with decent tests. Just the ASCIIDocs warning outstanding but looks like you have that in hand.
Warning It looks like this PR modifies one or more |
* Allow setting the `type` in the reroute processor This allows configuring the `type` from within the ingest `reroute` processor. Similar to `dataset` and `namespace`, the type defaults to the value extracted from the index name. This means that documents sent to `logs-mysql.access.default` will have a default value of `logs` for the type. Resolves elastic#121553 * Update docs/changelog/122409.yaml
* Allow setting the `type` in the reroute processor This allows configuring the `type` from within the ingest `reroute` processor. Similar to `dataset` and `namespace`, the type defaults to the value extracted from the index name. This means that documents sent to `logs-mysql.access.default` will have a default value of `logs` for the type. Resolves elastic#121553 * Update docs/changelog/122409.yaml
* Allow setting the `type` in the reroute processor This allows configuring the `type` from within the ingest `reroute` processor. Similar to `dataset` and `namespace`, the type defaults to the value extracted from the index name. This means that documents sent to `logs-mysql.access.default` will have a default value of `logs` for the type. Resolves #121553 * Update docs/changelog/122409.yaml
* Allow setting the `type` in the reroute processor This allows configuring the `type` from within the ingest `reroute` processor. Similar to `dataset` and `namespace`, the type defaults to the value extracted from the index name. This means that documents sent to `logs-mysql.access.default` will have a default value of `logs` for the type. Resolves #121553 * Update docs/changelog/122409.yaml
This allows configuring the
type
from within the ingestreroute
processor. Similar todataset
andnamespace
, the type defaults to the value extracted from the index name. This means that documents sent tologs-mysql.access.default
will have a default value oflogs
for the type.Resolves #121553