Skip to content

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

@pankajmyt

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

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