You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by le...@apache.org on 2022/07/18 01:55:09 UTC

[inlong] branch master updated: [INLONG-5082][Dashboard] Elasticsearch fields cannot be saved (#5083)

This is an automated email from the ASF dual-hosted git repository.

leezng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c90067f2 [INLONG-5082][Dashboard] Elasticsearch fields cannot be saved (#5083)
7c90067f2 is described below

commit 7c90067f203be8d1b9ae5d8b8fb01ec1925e45e9
Author: ciscozhou <45...@users.noreply.github.com>
AuthorDate: Mon Jul 18 09:55:04 2022 +0800

    [INLONG-5082][Dashboard] Elasticsearch fields cannot be saved (#5083)
---
 inlong-dashboard/src/components/MetaData/StorageEs.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inlong-dashboard/src/components/MetaData/StorageEs.tsx b/inlong-dashboard/src/components/MetaData/StorageEs.tsx
index 0f555f455..ae3d49b1c 100644
--- a/inlong-dashboard/src/components/MetaData/StorageEs.tsx
+++ b/inlong-dashboard/src/components/MetaData/StorageEs.tsx
@@ -117,7 +117,7 @@ const getForm: GetStorageFormFieldsType = (
       name: 'port',
       type: 'inputnumber',
       label: i18n.t('components.AccessHelper.StorageMetaData.Es.Port'),
-      initialValue: 1,
+      initialValue: 9200,
       props: {
         min: 1,
         max: 65535,
@@ -162,7 +162,7 @@ const getForm: GetStorageFormFieldsType = (
       suffix: i18n.t('components.AccessHelper.StorageMetaData.Es.RetryTimesUnit'),
     },
     {
-      name: 'fieldList',
+      name: 'sinkFieldList',
       type: EditableTable,
       props: {
         size: 'small',