diff --git a/config/server/block.json b/config/server/block.json index cfab65e..d1d864d 100644 --- a/config/server/block.json +++ b/config/server/block.json @@ -17,7 +17,7 @@ "type": "apache_reverse_proxy", "context": { "environment": "wfdlv", - "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wfdlv{% else %}/sw_ux/httpd01/logs/hot{% endif %}/zone-httpd01-d1*-access*.log" + "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wfdlv{% else %}/sw_ux/httpd01/logs/hot{% endif %}/block-httpd01-d1*-access*.log" } }, { @@ -25,7 +25,7 @@ "type": "apache_reverse_proxy", "context": { "environment": "wfint", - "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wfint{% else %}/sw_ux/httpd01/logs/hot{% endif %}/zone-httpd01-i1*-access*.log" + "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wfint{% else %}/sw_ux/httpd01/logs/hot{% endif %}/block-httpd01-i1*-access*.log" } }, { @@ -33,7 +33,7 @@ "type": "apache_reverse_proxy", "context": { "environment": "wftst", - "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wftst{% else %}/sw_ux/httpd01/logs/hot{% endif %}/zone-httpd01-t1*-access*.log" + "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wftst{% else %}/sw_ux/httpd01/logs/hot{% endif %}/block-httpd01-t1*-access*.log" } } ], diff --git a/config/server/colony.json b/config/server/colony.json index c2ff112..267ea88 100644 --- a/config/server/colony.json +++ b/config/server/colony.json @@ -18,7 +18,7 @@ "context": { "environment": "wftst", "eventDataset": "apache.access.internal", - "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wftst{% else %}/sw_ux/httpd01/logs/hot{% endif %}/sector-httpd01-t1*-access*.log" + "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wftst{% else %}/sw_ux/httpd01/logs/hot{% endif %}/colony-httpd01-t1*-access*.log" } } ], diff --git a/config/server/neighborhood.json b/config/server/neighborhood.json index 576c103..b1aa526 100644 --- a/config/server/neighborhood.json +++ b/config/server/neighborhood.json @@ -18,7 +18,7 @@ "context": { "environment": "wftst", "eventDataset": "apache.access.internal", - "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wftst{% else %}/sw_ux/httpd01/logs/hot{% endif %}/district-httpd01-t1*-access*.log" + "!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/wftst{% else %}/sw_ux/httpd01/logs/hot{% endif %}/neighborhood-httpd01-t1*-access*.log" } } ],