Note: Starting in Strategy 11.0, the behavior has been changed and the Intelligence Server does not Messaging Services by default. For more details, see KB442160.
Beginning in Strategy 10.5 (on Linux) and 10.6 (on Windows), Strategy Messaging Services uses the third-party Kafka framework to handle the DSSErrors logging output from the Intelligence Server process and other processes, such as the PDF Export Engine. Platform Analytics, a new product in Strategy 11.0, also utilizes the Kafka framework to handle logging of statistical data. While the data handled by Kafka will typically be consumed and output into various logfiles and the Platform Analytics warehouse, it is also saved onto the filesystem for temporary storage in an OS-dependent location. For example, in Strategy 11.0 installed on Linux the default path is:
/opt/MicroStrategy/MessagingServices/Kafka/tmp/kafka-logs
C:\Program Files (x86)\Strategy\Messaging Services\tmp\kafka-logs
/opt/MicroStrategy/MessagingServices/Kafka/kafka_2.11-1.1.0/config/server.properties
C:\Program Files (x86)\Strategy\Messaging Services\Kafka\kafka_2.11-1.1.0\config\server.properties
############################# Log Retention Policy ############################# # The following configurations control the disposal of log segments. The policy can # be set to delete segments after a period of time, or after a given size has accumulated. # A segment will be deleted whenever *either* of these criteria are met. Deletion always happens # from the end of the log. # The minimum age of a log file to be eligible for deletion log.retention.hours=168 # A size-based retention policy for logs. Segments are pruned from the log as long as the remaining # segments don't drop below log.retention.bytes. #log.retention.bytes=1073741824
############################# Log Basics ############################# # A comma separated list of directories under which to store log files log.dirs=/opt/MicroStrategy/MessagingServices/Kafka/tmp/kafka-logs
############################# Log Basics ############################# # A comma seperated list of directories under which to store log files log.dirs=C:\\Program Files (x86)\\Strategy\\Messaging Services\\tmp\\kafka-logs