You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen it waits until the number of visits is len(hits) >= config.options.recorder_max_payload_size * len(Recorder.recorders), in my case it's 400, so I haven't reached the limit ... and when I was using a file, it sends all the hits when the file ends.
Hi! I cannot import the logs from syslog in Matomo. These are the configuration files I am using:
syslog-ng.conf
matomo.sh
I don't get any errors, but Matomo doesn't display anything.
If I change
matomo.sh
to:I can see the logs in
/tmp/testlog
:If I run the
matomo.sh
(the first one) by passing the logs obtained from/tmp/testlog
:The logs are imported!!!!
I don't know why
matomo.sh
is not reading the logs from syslog program. But I can import them piping a fileOne more detail, when I restart syslog, I can see this POST in Matomo logs:
Dependencies:
import_logs.py
from the branch 3.x-devmatomo-3
The text was updated successfully, but these errors were encountered: