Taavi Ansper

Results 51 comments of Taavi Ansper

With Grafana 8.5.13 Elastic 8.4.2 Parsemarc 8.3.1 Elasticsearch error: [1:468] [date_histogram] unknown field [interval] did you mean [fixed_interval]?

You have to create the files manually i have found out. forensic.json forensic.csv aggregate.csv aggregate.json ansible helps me with that. smtp problems I havent encountered.

I had the same issue when using `.gitlab-ci.yml` and using $PLATFORM as an env variable. More info here -> https://github.com/sonic-net/sonic-buildimage/issues/18358 I hope this PR gets merged.

https://github.com/coreruleset/modsecurity-crs-docker/issues/117 Adding a similar thing, that I wrote in modsec-crs github page. If you two could collab it would be awesome.

> I see another potential issue -- OpenResty uses PCRE 1, not PCRE2. So there might be linking issues related to that which pop up after this is resolved. Do...

I did find an Openresty reference in modsecurity documentation: https://github.com/SpiderLabs/ModSecurity/wiki/Compilation-recipes-for-v3.x#nginx-connector-openresty-1

https://forum.openresty.us/d/6481-building-dynamic-modules-for-openresty

I figured this out aswell. I am also trying to build it in a similar way.

https://github.com/TafkaMax/modsecurity-crs-docker/blob/develop/openresty/Dockerfile-alpine#L55 I have pushed the latest testing version here. As you can see I have 1. Download openresty src 2. download modsec-nginx 3. Set env variables 4. get the build...