Move example configurations and update docs. Fixed #150

This commit is contained in:
Thomas Roehl
2025-10-20 17:11:13 +02:00
committed by Thomas Gruber
parent 398aa207a9
commit ece1a52082
6 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
{
"process_messages" : {
"add_tag_if": [
{
"key" : "cluster",
"value" : "testcluster",
"if" : "true"
},
{
"key" : "test",
"value" : "testing",
"if" : "name == 'temp_package_id_0'"
}
],
"delete_tag_if": [
{
"key" : "unit",
"if" : "true"
}
]
},
"interval_timestamp" : true
}