I am using the nginx app to ship nginx logs to Splunk, everything works well but intermittently I see a single event consisting of multiple nginx access loglines.
Nginx app itself has an EventBreaker=enabled and Eventbreaker=regex. (This doesn't work 10-20% of the time).
Can someone please help or am I missing something?
My inputs.conf :
[monitor:///var/log/nginx-access.log]
index = artifactory
disabled = false
source = nginx-access
sourcetype = nginx:plus:kv
[monitor:///var/log/nginx-error.log]
disabled = false
sourcetype = nginx:plus:error
index = artifactory
source = nginx-error.
Nginx app has already created props.conf at Search head cluster.
@rasikmhetre - Please provide log samples (mask critical values). So we can help you write proper line breaker.