promtail: remove identifier from list of labels
This commit is contained in:
parent
08f5e22dd8
commit
34249a0e40
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue