Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Remove eventrouter special treatment #16

@james-callahan

Description

@james-callahan

eventrouter (https://github.com/heptiolabs/eventrouter) currently has special treatment in the promtail config (

- match:
selector: '{app="eventrouter",stream="stdout"}'
stages:
- json:
expressions:
namespace: event.metadata.namespace
ts: event.lastTimestamp
- labels:
namespace: ""
- timestamp:
format: RFC3339
source: ts
)

Is there a way we can remove that?

e.g. have eventrouter (or something similar) log directly to promtail itself.

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