Thomas Mueller
Thomas Mueller
Don't expect anything. This chart is deprecated and superseded by the new Splunk Otel Collector: https://github.com/signalfx/splunk-otel-collector-chart/
@dsp76 I tried to be more clear on what I think does: https://forum.mautic.org/t/bitlybot-generates-page-hits-for-contact/33130 . The bitlybot creates page hits for me on the contacts.
The only location where "do not track bots" seems to be handled is in the IpLookupHelper: https://github.com/mautic/mautic/blob/522e8e3f755983a405c0a5d38d6b4c1c7d41b30b/app/bundles/CoreBundle/Helper/IpLookupHelper.php#L152-L161
I managed to possibly write a test, to verify if `isTrackable()` is false with a bot: [7d4b5bd](https://github.com/vinzent/mautic/commit/7d4b5bde9c2cff71143818de5f9542f6de65c1fb) Seems this works as expected.
It seems only to happen for Page hits on landing pages. But not on links that are redirected to external pages (like www.google.com).
I'm still confused about the handling of User-agents within the IpAdress helper. I found that PublicController.redirectAction does a ipAdress->isTrackable() check and then doesn't call hitPage(). https://github.com/mautic/mautic/blob/72644285549b17a9bcbfec862d805a7562aaa35a/app/bundles/PageBundle/Controller/PublicController.php#L498-L522 Whereas PublicController.indexAction calls hitPage()...
@RCheesley - ok, added a Slack thread on this topic: https://mautic.slack.com/archives/C02HV76BW/p1739943712852039
Seems this is fixed by https://github.com/mautic/mautic/commit/613717add5fd683f9aa839a2c65479eeaa0f6988
@mauricoder I put the mail address in "From" and my name in "From address". But yes, it was bit of confusing. still the reply-to empty will have the reply-to set...
similiar/same issue here. If running the official elastic filebeat 8.0.1 container on a Fedora Core 35 host, the journald input just reads nothing without a warning or error. If I...