From 89af1177c26a9813f5874a3f67965ff7e6f3ebcb Mon Sep 17 00:00:00 2001 From: Pete Markowsky Date: Wed, 22 Sep 2021 10:24:18 -0400 Subject: [PATCH] Revert configuration.md back to the correct version. --- docs/deployment/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/configuration.md b/docs/deployment/configuration.md index 52bf8f517..9b3754309 100644 --- a/docs/deployment/configuration.md +++ b/docs/deployment/configuration.md @@ -47,7 +47,7 @@ Additionally, there are options that can be controlled by both. | EventLogType | String | Defines how event logs are stored. Options are 1) syslog: Sent to ASL or ULS (if built with the 10.12 SDK or later). 2) filelog: Sent to a file on disk. Use EventLogPath to specify a path. Defaults to filelog | | EventLogPath | String | If EventLogType is set to filelog, EventLogPath will provide the path to save logs. Defaults to /var/db/santa/santa.log. If you change this value ensure you also update com.google.santa.newsyslog.conf with the new path. | | EnableMachineIDDecoration | Bool | If YES, this appends the MachineID to the end of each log line. Defaults to NO. | -| MetricFormat | Integer | Format to export metrics as 0 = None, 1 = Raw JSON blob, 2 = JSON one metric per line. Defaults to 0. | +| MetricFormat | String | Format to export metrics as, supported formats are "rawjson" for a single JSON blob and "json" for one metric per line. Defaults to "". | | MetricURL | String | URL describing where monitoring metrics should be exported. | *overridable by the sync server: run `santactl status` to check the current