domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
966 stars 210 forks source link

Error with ElasticSearch #423

Open RickFr410 opened 1 year ago

RickFr410 commented 1 year ago

Hello, I encounter a problem with elasticsearch when I start the service. With the default configuration, I have the following error :

fatal exception while booting Elasticsearch java.lang.IllegalArgumentException: unknown setting [xpack.ml.enable] did you mean any of [xpack.ml.enabled, xpack.eql.enabled, xpack.idp.enabled, xpack.ccr.enabled]?

If I comment this parameter (set to false), I have another error :

fatal exception while booting Elasticsearch org.elasticsearch.ElasticsearchException: Failure running machine learning native code. This could be due to running on an unsupported OS or distribution, missing OS libraries, or a problem with the temp directory. To bypass this problem by running Elasticsearch without machine learning functionality set [xpack.ml.enabled: false].

I'm using Debian 11.0. Kibana is okay, it's the only problem that prevent me to try parsedmarc. I have found the error in a github account in 2018, but the only answer is "it's corrected".

AnaelMobilia commented 11 months ago

Hi @RickFr410

Need some more information for trying to help you :

Bests regards, Anael