diff --git a/http/technologies/meilisearch-detect.yaml b/http/technologies/meilisearch-detect.yaml index e92e1c09cb..fd36779bbc 100644 --- a/http/technologies/meilisearch-detect.yaml +++ b/http/technologies/meilisearch-detect.yaml @@ -24,11 +24,5 @@ http: - type: dsl dsl: - 'status_code == 200' - - 'contains(content_type, "application/json")' + - 'contains(body, "Meilisearch is running")' condition: and - - - type: word - part: body - encoding: hex - words: - - "7B22737461747573223A224D65696C697365617263682069732072756E6E696E67227D"