NP
NP
The problem is, that Kali already comes with a preinstalled version of Autopsy (v2.24). To resolve this issue, first remove said version from Kali `sudo apt-get purge --auto-remove sleuthkit` and...
Sure. Note, that the mapping is generated by graylog. ``` { "rpz_0": { "mappings": { "dynamic_templates": [ { "internal_fields": { "match": "gl2_*", "match_mapping_type": "string", "mapping": { "type": "keyword" } }...
@lezzago After taking a look at the index mapping, I see the issue: ``` "source": { "type": "text", "analyzer": "analyzer_keyword", "fielddata": true }, ``` How do i update this to...
@lezzago The settings of the index look like follows: ``` GET rpz_0/_settings { "rpz_0": { "settings": { "index": { "number_of_shards": "4", "provided_name": "rpz_0", "creation_date": "1649938793819", "analysis": { "analyzer": { "analyzer_keyword":...
Missing feature or bug? Maybe a OpenSearch developer can take a look at this?
Any updates on this issue?