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

Fluentd integration for data jobs #940

Merged
merged 2 commits into from Aug 17, 2022

Conversation

mivanov1988
Copy link
Contributor

Currently, our helm chart supports Fluentd configuration only for the Control Service.

This change aims to provide Fluentd configuration for Data Jobs.

Testing Done:
helm template:

---
# Source: pipelines-control-service/templates/fluentdconfig_datajobs.yaml
apiVersion: logs.vdp.vmware.com/v1beta1
kind: FluentdConfig
metadata:
  name: pipelines-control-service-data-jobs-parser
  namespace: data-jobs-ns
spec:
  fluentconf: |
    <filter **>
      @type parser
      key_name log
      reserve_data true
      remove_key_name_field true
      <parse>
        @type json
      </parse>
    </filter>
    <match **>
      @type elastic
    </match>
---

@mivanov1988 mivanov1988 merged commit bbc815f into main Aug 17, 2022
@mivanov1988 mivanov1988 deleted the person/miroslavi/data-jobs-fluentd-integration branch August 17, 2022 10:10
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.

None yet

3 participants