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

FR: Add interpolation to pipeline processors in the Elasticsearch ingest node #39955

Closed
sachin-frayne opened this issue Mar 12, 2019 · 1 comment · Fixed by #49030
Closed
Assignees
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP >enhancement

Comments

@sachin-frayne
Copy link
Contributor

sachin-frayne commented Mar 12, 2019

Describe the feature: Interpolation in the pipeline processor would be an awesome addition to the Elasticsearch ingest nodes: i.e.

POST _ingest/pipeline/_simulate
{
  "pipeline": {
    "processors": [
      {
        "pipeline": {
          "name": "filebeat-{{agent.version}}"
        }
      }
    ]
  },
  "docs": [
    {
      "_source": {
        "message": "foo",
        "agent.version": "6.6.0"
      }
    }
  ]
}

Thanks,

@sachin-frayne sachin-frayne changed the title FR: Add interpolation to processors in the Elasticsearch ingest node FR: Add interpolation to pipeline processors in the Elasticsearch ingest node Mar 12, 2019
@colings86 colings86 added the :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP label Mar 13, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features

@martijnvg martijnvg self-assigned this Nov 13, 2019
martijnvg added a commit to martijnvg/elasticsearch that referenced this issue Nov 13, 2019
This commit adds templating support to the pipeline processor's `name` option.

Closes elastic#39955
martijnvg added a commit that referenced this issue Nov 27, 2019
This commit adds templating support to the pipeline processor's `name` option.

Closes #39955
martijnvg added a commit to martijnvg/elasticsearch that referenced this issue Nov 27, 2019
This commit adds templating support to the pipeline processor's `name` option.

Closes elastic#39955
martijnvg added a commit that referenced this issue Nov 27, 2019
Backport of #49030

This commit adds templating support to the pipeline processor's `name` option.

Closes #39955
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP >enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants