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

helm template fluentbit output es support logstashPrefixKey #1119

Merged

Conversation

onecer
Copy link
Contributor

@onecer onecer commented Apr 9, 2024

What this PR does / why we need it:

helm template output es support logstashPrefixKey

Which issue(s) this PR fixes:

Fixes #1118

Does this PR introduced a user-facing change?

None

Additional documentation, usage docs, etc.:

  • [Usage]:
  output:
    es:
      enable: true
      host: 10.8.xx.xx
      port: 9200
      logstashPrefixKey: ks-logstash-log
      buffer:
        enable: false
        type: file
        path: /buffers/es

@onecer onecer force-pushed the output-es-support-logstashPrefixKey branch from 1f89177 to e392b19 Compare April 9, 2024 10:10
Copy link
Contributor Author

@onecer onecer left a comment

Choose a reason for hiding this comment

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

/lgtm

@onecer
Copy link
Contributor Author

onecer commented Apr 11, 2024

Hi @benjaminhuo , Can you review this PR?

Signed-off-by: Onecer <yinyongyou@gmail.com>
@onecer onecer force-pushed the output-es-support-logstashPrefixKey branch from e392b19 to 8e7b3d9 Compare April 11, 2024 10:43
@benjaminhuo benjaminhuo merged commit cc35e2a into fluent:master Apr 16, 2024
2 checks passed
@benjaminhuo
Copy link
Member

@onecer Thank you

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.

helm template output es support logstashPrefixKey
3 participants