To configure Content Composer to send log information to
Splunk:
- From the %Composerdir% directory, open the required configuration file, for example Composer.Studio.exe.config, with a text editor that supports UTF-8.
- Search for the <AuditRoutes> element.
-
Within the
<AuditRoutes> element, add the following
lines:
<Route name="Logging_Community_Splunk_coco" > <add key="Splunk" value="http://localhost:8088/services/collector"/> <add key="SplunkToken" value="SplunkTokenNumber"/> <add key="minimum-level" value="Debug"/> <add key="include-profiles" value="mws" /> </Route>
- Replace localhost with the address of the Splunk server.
- Replace the SplunkToken value with the Splunk token.
-
Optional. Modify the
minimum-level and
include-profiles values according to your needs.
For more information, see Route Configuration.
-
Optional. Add any additional keys as desired.
For more information, see Splunk Route Configuration Keys.
- Save and close the file.
- Restart the respective application.
-
Restart the following services:
- Composer.Core
- Composer.MWS
- Composer.OWS