Skip to content

fix: error syntax in log-standard-template #6647

Merged
dlvenable merged 2 commits into
opensearch-project:mainfrom
JongminChung:fix/gh-6646
Apr 2, 2026
Merged

fix: error syntax in log-standard-template #6647
dlvenable merged 2 commits into
opensearch-project:mainfrom
JongminChung:fix/gh-6646

Conversation

@JongminChung

@JongminChung JongminChung commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

Description

otel-logs-pipeline:
  workers: 5
  delay: 10
  source:
    pipeline:
      name: "otlp-pipeline"
  buffer:
    bounded_blocking:
  sink:
    - opensearch:
        hosts: OPENSEARCH_HOSTS
        username: OPENSEARCH_USER
        password: OPENSEARCH_PASSWORD
        insecure: true
        index_type: log-analytics-plain
        template_type: index-template  <-- 

Issues Resolved

Resolves #6646

In addition, if i create an index template from v1 on the current opensearch dashboard, the template is not visible.

Accordingly, I think it would be good to remove v1 as shown in the issue. (#3059 )

before

스크린샷 2026-03-17 오후 6 28 02

after

image

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Jongmin Chung <chungjm0711@gmail.com>
@JongminChung JongminChung changed the title fix: error syntax in template (logs-otel-v1-index-standard-template) fix: error syntax in log-standard-template Mar 17, 2026
Signed-off-by: Jongmin Chung <chungjm0711@gmail.com>

@dlvenable dlvenable left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @JongminChung for this contribution!

@dlvenable dlvenable merged commit a611740 into opensearch-project:main Apr 2, 2026
90 of 97 checks passed
dlvenable added a commit that referenced this pull request May 1, 2026
…re broken by a611740 from PR #6647 which only disabled them for ES 6. But there are some versions of OpenDistro based on ES 7 that don't support composable index templates. They were added in OpenDistro 1.9. (#6812)

Signed-off-by: David Venable <dlv@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] logs-otel-v1 has error syntax

3 participants