This is an automated email from the ASF dual-hosted git repository.
dingtao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozhera.git
The following commit(s) were added to refs/heads/master by this push:
new a18faedb fix: add a header to the file where the declaration is
missing (#513)
a18faedb is described below
commit a18faedb50b88941303043bf757e1c2955021f84
Author: gaoxh <[email protected]>
AuthorDate: Wed Nov 20 14:30:13 2024 +0800
fix: add a header to the file where the declaration is missing (#513)
Co-authored-by: gaoxihui <[email protected]>
---
.github/ISSUE_TEMPLATE/BUG_REPORT.md | 21 +++++++++++++++++++++
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 21 +++++++++++++++++++++
.github/ISSUE_TEMPLATE/OIP.md | 21 +++++++++++++++++++++
.github/PULL_REQUEST_TEMPLATE.md | 21 +++++++++++++++++++++
.github/workflows/build-pr-commit.yml | 17 +++++++++++++++++
.github/workflows/ozhera-app-package.yml | 17 +++++++++++++++++
.github/workflows/ozhera-demo-client-package.yml | 17 +++++++++++++++++
.github/workflows/ozhera-demo-server-package.yml | 17 +++++++++++++++++
.github/workflows/ozhera-intelligence-package.yml | 17 +++++++++++++++++
.github/workflows/ozhera-log-package.yml | 17 +++++++++++++++++
.github/workflows/ozhera-monitor-package.yml | 17 +++++++++++++++++
.github/workflows/ozhera-operator-package.yml | 17 +++++++++++++++++
.../workflows/ozhera-prometheus-agent-package.yml | 17 +++++++++++++++++
.github/workflows/ozhera-tspandata-package.yml | 17 +++++++++++++++++
.github/workflows/ozhera-webhook-package.yml | 17 +++++++++++++++++
.../workflows/prometheus-starter-all-package.yml | 17 +++++++++++++++++
.github/workflows/trace-etl-package.yml | 17 +++++++++++++++++
.github/workflows/validate_pr_commits.yml | 17 +++++++++++++++++
.github/workflows/validate_pr_title.yml | 17 +++++++++++++++++
readme/best-practices/indexTemplate.sh | 17 +++++++++++++++++
20 files changed, 356 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md
b/.github/ISSUE_TEMPLATE/BUG_REPORT.md
index 799a48c3..3e1f21ea 100644
--- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md
+++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
---`
name: Bug Report
diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
index 116748e9..8e6cbb2b 100644
--- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
+++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
---
name: Feature Request
diff --git a/.github/ISSUE_TEMPLATE/OIP.md b/.github/ISSUE_TEMPLATE/OIP.md
index 10dbb40e..7988e360 100644
--- a/.github/ISSUE_TEMPLATE/OIP.md
+++ b/.github/ISSUE_TEMPLATE/OIP.md
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
---
name: Major Project Proposal
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index d773ccbc..43f13317 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
<!-- Please make sure you have read and understood the contributing guidelines
-->
### Ⅰ. Describe what this PR did
diff --git a/.github/workflows/build-pr-commit.yml
b/.github/workflows/build-pr-commit.yml
index c0bda751..97340244 100644
--- a/.github/workflows/build-pr-commit.yml
+++ b/.github/workflows/build-pr-commit.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
name: pr-commit-build
on:
diff --git a/.github/workflows/ozhera-app-package.yml
b/.github/workflows/ozhera-app-package.yml
index 999c9daf..21ae54ca 100644
--- a/.github/workflows/ozhera-app-package.yml
+++ b/.github/workflows/ozhera-app-package.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
# This is a basic workflow to help you get started with Actions
name: ozhera-app test
diff --git a/.github/workflows/ozhera-demo-client-package.yml
b/.github/workflows/ozhera-demo-client-package.yml
index f395b8ff..c58e3416 100644
--- a/.github/workflows/ozhera-demo-client-package.yml
+++ b/.github/workflows/ozhera-demo-client-package.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
# This is a basic workflow to help you get started with Actions
name: ozhera-demo-client test
diff --git a/.github/workflows/ozhera-demo-server-package.yml
b/.github/workflows/ozhera-demo-server-package.yml
index 6c577c32..f6b76494 100644
--- a/.github/workflows/ozhera-demo-server-package.yml
+++ b/.github/workflows/ozhera-demo-server-package.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
# This is a basic workflow to help you get started with Actions
name: ozhera-demo-server test
diff --git a/.github/workflows/ozhera-intelligence-package.yml
b/.github/workflows/ozhera-intelligence-package.yml
index ff94be32..3e8a5741 100644
--- a/.github/workflows/ozhera-intelligence-package.yml
+++ b/.github/workflows/ozhera-intelligence-package.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
# This is a basic workflow to help you get started with Actions
name: ozhera-intelligence test
diff --git a/.github/workflows/ozhera-log-package.yml
b/.github/workflows/ozhera-log-package.yml
index 6d3bd901..8424228c 100644
--- a/.github/workflows/ozhera-log-package.yml
+++ b/.github/workflows/ozhera-log-package.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
# This is a basic workflow to help you get started with Actions
name: ozhera-log test
diff --git a/.github/workflows/ozhera-monitor-package.yml
b/.github/workflows/ozhera-monitor-package.yml
index a9b4eb59..7bbc3591 100644
--- a/.github/workflows/ozhera-monitor-package.yml
+++ b/.github/workflows/ozhera-monitor-package.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
# This is a basic workflow to help you get started with Actions
name: ozhera-monitor test
diff --git a/.github/workflows/ozhera-operator-package.yml
b/.github/workflows/ozhera-operator-package.yml
index 75f1c61c..63b0bf28 100644
--- a/.github/workflows/ozhera-operator-package.yml
+++ b/.github/workflows/ozhera-operator-package.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
# This is a basic workflow to help you get started with Actions
name: ozhera-operator test
diff --git a/.github/workflows/ozhera-prometheus-agent-package.yml
b/.github/workflows/ozhera-prometheus-agent-package.yml
index a06f31e0..22110328 100644
--- a/.github/workflows/ozhera-prometheus-agent-package.yml
+++ b/.github/workflows/ozhera-prometheus-agent-package.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
# This is a basic workflow to help you get started with Actions
name: ozhera-prometheus-agent test
diff --git a/.github/workflows/ozhera-tspandata-package.yml
b/.github/workflows/ozhera-tspandata-package.yml
index edca0b47..0158dfc3 100644
--- a/.github/workflows/ozhera-tspandata-package.yml
+++ b/.github/workflows/ozhera-tspandata-package.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
# This is a basic workflow to help you get started with Actions
name: ozhera-tspandata test
diff --git a/.github/workflows/ozhera-webhook-package.yml
b/.github/workflows/ozhera-webhook-package.yml
index a2f3db3f..a0502aba 100644
--- a/.github/workflows/ozhera-webhook-package.yml
+++ b/.github/workflows/ozhera-webhook-package.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
# This is a basic workflow to help you get started with Actions
name: ozhera-webhook test
diff --git a/.github/workflows/prometheus-starter-all-package.yml
b/.github/workflows/prometheus-starter-all-package.yml
index 1f063615..bf157eb4 100644
--- a/.github/workflows/prometheus-starter-all-package.yml
+++ b/.github/workflows/prometheus-starter-all-package.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
# This is a basic workflow to help you get started with Actions
name: prometheus-starter-all test
diff --git a/.github/workflows/trace-etl-package.yml
b/.github/workflows/trace-etl-package.yml
index c882a6b8..ad714338 100644
--- a/.github/workflows/trace-etl-package.yml
+++ b/.github/workflows/trace-etl-package.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
# This is a basic workflow to help you get started with Actions
name: trace-etl test
diff --git a/.github/workflows/validate_pr_commits.yml
b/.github/workflows/validate_pr_commits.yml
index 280b31eb..7baf8d59 100644
--- a/.github/workflows/validate_pr_commits.yml
+++ b/.github/workflows/validate_pr_commits.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
name: Lint Commit Messages
on: [pull_request]
diff --git a/.github/workflows/validate_pr_title.yml
b/.github/workflows/validate_pr_title.yml
index 889e2f23..c3f31c80 100644
--- a/.github/workflows/validate_pr_title.yml
+++ b/.github/workflows/validate_pr_title.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
name: "Lint PR"
on:
diff --git a/readme/best-practices/indexTemplate.sh
b/readme/best-practices/indexTemplate.sh
index f31d8d4d..7fab0274 100644
--- a/readme/best-practices/indexTemplate.sh
+++ b/readme/best-practices/indexTemplate.sh
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
curl --location --request PUT
'http://elasticsearch:9200/_template/mione-staging-zgq-driver' \
--header 'Content-type: application/json; charset=UTF-8' \
--data
'{"index_patterns":["mione-staging-zgq-driver*"],"settings":{"index":{"lifecycle":{"name":"7Del"},"routing":{"allocation":{"total_shards_per_node":"2"}},"number_of_shards":"1","number_of_replicas":"0"}},"mappings":{"_meta":{},"_source":{},"properties":{"timeStamp":{"type":"keyword"},"password":{"type":"keyword"},"appName":{"type":"keyword"},"ip":{"type":"keyword"},"dataBaseName":{"type":"keyword"},"domainPort":{"type":"keyword"},"type":{"type":"keyword"},"userName":{"type":"keywor
[...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]