From 176267574a6cadafcac1ffc954da8174338ea0ac Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 2 Nov 2021 11:29:14 +0100 Subject: [PATCH] Update config.json --- elasticsearch/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elasticsearch/config.json b/elasticsearch/config.json index 3ccc1e340..a052847c1 100644 --- a/elasticsearch/config.json +++ b/elasticsearch/config.json @@ -8,8 +8,8 @@ "9300/tcp": 9300 }, "ports_description": { - "9200/tcp": "web interface", - "9300/tcp": "web interface" + "9200/tcp": "API calls over HTTP", + "9300/tcp": "custom binary protoco" }, "schema": {}, "slug": "elasticsearch",