Skip to content

NodeLogs (journal) - Regex missing top level User Journal Fields #1517

Open
@WesselAtWork

Description

@WesselAtWork

The top level User Journal Fields are missing in the label map because they do not have the preceding _.

This means you miss labels like syslog_identifier among others

This is the regex:

rule {
action = "labelmap"
regex = "__journal__(.+)"
}

...which can be easily fixed with:

    rule {
      action = "labelmap"
      regex = "__journal__?(.+)"
    }

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