You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-7Lines changed: 39 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -589,6 +589,10 @@ Configuration Parameters
589
589
understand the internal workings of the agent.
590
590
591
591
*Default*: 1000
592
+
593
+
*`CreateUniqueIds`: Changes all the ids in each element to a UUID that will be unique across devices. This is used for merging devices from multiple sources.
594
+
595
+
*Default*: `false`
592
596
593
597
*`Devices` - The XML file to load that specifies the devices and is
594
598
supplied as the result of a probe request. If the key is not found
@@ -604,23 +608,35 @@ Configuration Parameters
604
608
*`JsonVersion` - JSON Printer format. Old format: 1, new format: 2
605
609
606
610
*Default*: 2
611
+
612
+
*`LogStreams` - Debugging flag to log the streamed data to a file. Logs to a file named: `Stream_` + timestamp + `.log` in the current working directory. This is only for the Rest Sink.
607
613
608
-
*`SchemaVersion` - Change the schema version to a different version number.
609
-
610
-
*Default*: 2.0
614
+
*Default*: `false`
611
615
612
616
*`MaxAssets` - The maximum number of assets the agent can hold in its buffer. The
613
617
number is the actual count, not an exponent.
614
618
615
619
*Default*: 1024
620
+
621
+
*`MaxCachedFileSize` - The maximum size of a raw file to cache in memory.
616
622
617
-
*`MonitorConfigFiles` - Monitor agent.cfg and Devices.xml files and restart agent if they change.
623
+
*Default*: 20 kb
624
+
625
+
*`MinCompressFileSize` - The file size where we begin compressing raw files sent to the client.
618
626
619
-
*Default*: false
627
+
*Default*: 100 kb
620
628
621
629
*`MinimumConfigReloadAge` - The minimum age of a config file before an agent reload is triggered (seconds).
622
630
623
-
*Default*: 15
631
+
*Default*: 15 seconds
632
+
633
+
*`MonitorConfigFiles` - Monitor agent.cfg and Devices.xml files and restart agent if they change.
634
+
635
+
*Default*: false
636
+
637
+
*`MonitorInterval` - The interval between checks if the agent.cfg or Device.xml files have changed.
638
+
639
+
*Default*: 10 seconds
624
640
625
641
*`Pretty` - Pretty print the output with indententation
626
642
@@ -630,6 +646,14 @@ Configuration Parameters
630
646
process id of the daemon. This is not supported in Windows.
631
647
632
648
*Default*: agent.pid
649
+
650
+
*`SchemaVersion` - Change the schema version to a different version number.
651
+
652
+
*Default*: 2.0
653
+
654
+
*`Sender` - The value for the sender header attribute.
655
+
656
+
*Default*: Local machine name
633
657
634
658
*`ServiceName` - Changes the service name when installing or removing
635
659
the service. This allows multiple agents to run as services on the same machine.
@@ -638,7 +662,11 @@ Configuration Parameters
638
662
639
663
*`SuppressIPAddress` - Suppress the Adapter IP Address and port when creating the Agent Device ids and names. This applies to all adapters.
640
664
641
-
*Default*: false
665
+
*Default*: `false`
666
+
667
+
*`VersionDeviceXml` - Create a new versioned file every time the Device.xml file changes from an external source.
668
+
669
+
*Default*: `false`
642
670
643
671
*`WorkerThreads` - The number of operating system threads dedicated to the Agent
644
672
@@ -867,6 +895,10 @@ Sinks {
867
895
*`MqttQOS`: - For the MQTT Sinks, sets the Quality of Service. Must be one of `at_least_once`, `at_most_once`, `exactly_once`.
868
896
869
897
*Default*: `at_least_once`
898
+
899
+
*`MqttXPath`: - The xpath filter to apply to all current and samples published to MQTT. If the XPath is invalid, it will fall back to publishing all data items.
0 commit comments