- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Application Logs Monitoring in Splunk
Manjunath_Splnk
Loves-to-Learn
11-27-2023
10:02 PM
Hi All,
We have configured application log monitoring on windows application servers. The log path has a folder where all the _json files are stored. There are more that 300+ json files in each folder with different time stamps and dates. We have configured inputs.conf as shown below with ignoreOlderThan =2d so that Splunk should not consume more CPU/memory. But still we could see memory and CPU of the application server is going high. Kindly suggest best practice methods so that Splunk universal forwarder wont consume more CPU and memory.
[monitor://C:\Logs\xyz\zbc\*]
disabled = false
index = preprod_logs
interval =300
ignoreOlderThan = 2d
