Skip to content

any sample config to import logs using vector.dev #174

Description

@pankajmyt

i have this sample config

api:
  enabled: false

sources:
  prod_vm:
    type: docker_logs

sinks:
  clickstack:
    type: opentelemetry
    inputs: ["prod_vm"]
    protocol:
      type: http
      uri: "http://myhost:4318"
      auth:
        strategy: custom
        value: "myepassword"
      compression: gzip
      framing:
        method: newline_delimited
      encoding:
        codec: json
      headers:
        content-type: application/json

no errors on vector, but no logs imported. Couldnt find any other place to ask this

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions