Configuring Content Composer for Splunk - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To configure Content Composer to send log information to Splunk:
  1. From the %Composerdir% directory, open the required configuration file, for example Composer.Studio.exe.config, with a text editor that supports UTF-8.
  2. Search for the <AuditRoutes> element.
  3. 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>
    
  4. Replace localhost with the address of the Splunk server.
  5. Replace the SplunkToken value with the Splunk token.
  6. Optional. Modify the minimum-level and include-profiles values according to your needs.
    For more information, see Route Configuration.
  7. Optional. Add any additional keys as desired.
    For more information, see Splunk Route Configuration Keys.
  8. Save and close the file.
  9. Restart the respective application.
  10. Restart the following services:
    • Composer.Core
    • Composer.MWS
    • Composer.OWS