From 6574b4d2cac70fb42a4465d706597833dc3eaa46 Mon Sep 17 00:00:00 2001 From: Tudor Golubenco Date: Tue, 25 Nov 2014 14:56:51 +0100 Subject: [PATCH] Added information about tags in the default configuration file --- packetbeat.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packetbeat.conf b/packetbeat.conf index dab9bf5393f..4d2db96c51f 100644 --- a/packetbeat.conf +++ b/packetbeat.conf @@ -86,6 +86,11 @@ device = "any" # #name= +# The tags of the agent are included in their own field with each +# transaction published. Tags make it easy to group servers by different +# logical properties. +# tags = ["service1"] + # Uncomment the following if you want to ignore transactions created # by the server on which the agent is installed. This option is useful # to remove duplicates if agents are installed on multiple servers.