Hi All,
I am trying to find a way to monitor .svclog using filebeat. I can get the log but having some trouble like:
-
Unable to harvest svclog which has large log line not sure if we have any command to make sure all line in logs should be harvest whether it's size is large or not. I tried to use message_max_bytes but no luck, so wanted to know any way to make sure if log is large or not it should be harvest in filebeat
-
Getting a large xml log from svclog using filebeat as we know filebeat harvest log line by line that why it taking svclog (which is of xml family) in signle line, so we wanted to break the large log line into multiple lines logs