promtail: remove identifier from list of labels

This commit is contained in:
teutat3s 2025-04-24 10:15:48 +02:00
parent 08f5e22dd8
commit 34249a0e40
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -33,7 +33,7 @@
};
relabel_configs = [
{
source_labels = [ "__journal__systemd_unit" "__journal__systemd_user_unit" "__journal_syslog_identifier" ];
source_labels = [ "__journal__systemd_unit" "__journal__systemd_user_unit" ];
target_label = "service";
}
{