This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch update-aa in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit e2b85553bebf260c7f1451f5f21ee14785bb9c93 Merge: 8edc507b58 67f525a603 Author: tomsun28 <[email protected]> AuthorDate: Sun Jan 25 01:18:50 2026 +0800 Merge branch 'master' into update-aa .../alert/controller/AlertDefineController.java | 12 + .../hertzbeat/alert/service/DataSourceService.java | 6 + .../alert/service/impl/DataSourceServiceImpl.java | 30 + .../collector/collect/http/HttpCollectImpl.java | 100 +- .../collector/constants/CollectorConstants.java | 24 + .../entity/alerter/AlertDefineMonitorBind.java | 4 +- .../entity/manager/CollectorMonitorBind.java | 4 +- .../hertzbeat/common/entity/manager/Monitor.java | 40 +- .../common/entity/manager/MonitorBind.java | 4 +- .../hertzbeat/common/entity/manager/Param.java | 9 +- .../manager/StatusPageIncidentComponentBind.java | 5 +- .../hertzbeat/common/entity/push/PushMetrics.java | 4 +- .../hertzbeat/common/entity/warehouse/History.java | 10 +- .../log/storage/GreptimeLogStorageE2eTest.java | 2 +- .../log/controller/LogIngestionController.java | 57 +- .../log/controller/LogQueryController.java | 161 +- .../log/controller/OtlpLogController.java | 160 + .../hertzbeat/log/notice/LogSseFilterCriteria.java | 26 +- .../hertzbeat/log/service/LogProtocolAdapter.java | 2 +- .../log/service/impl/OtlpLogProtocolAdapter.java | 46 +- .../log/controller/LogIngestionControllerTest.java | 68 +- .../log/controller/LogQueryControllerTest.java | 39 +- .../log/controller/OtlpLogControllerTest.java | 131 + .../log/notice/LogSseFilterCriteriaTest.java | 47 +- .../service/impl/OtlpLogProtocolAdapterTest.java | 69 + .../hertzbeat/manager/pojo/dto/PluginParam.java | 11 +- .../src/main/resources/define/app-mysql.yml | 66 + .../db/migration/h2/V180__update_column.sql | 517 +- .../db/migration/mysql/V180__update_column.sql | 435 +- .../migration/postgresql/V180__update_column.sql | 232 +- .../startup/EntityIndexIntegrationTest.java | 185 + .../store/history/tsdb/HistoryDataReader.java | 34 +- .../tsdb/greptime/GreptimeDbDataStorage.java | 34 +- .../tsdb/vm/VictoriaMetricsClusterDataStorage.java | 158 +- .../tsdb/vm/VictoriaMetricsDataStorage.java | 127 +- .../tsdb/greptime/GreptimeDbDataStorageTest.java | 50 +- home/.npmrc | 1 + home/blog/2022-06-01-hertzbeat-v1.0.md | 40 +- home/blog/2022-06-19-hertzbeat-v1.1.0.md | 6 +- home/blog/2022-06-22-one-step-up.md | 4 +- home/blog/2022-07-10-hertzbeat-v1.1.1.md | 6 +- home/blog/2022-09-04-hertzbeat-v1.1.3.md | 6 +- home/blog/2022-09-10-ssl-practice.md | 14 +- home/blog/2022-10-08-hertzbeat-v1.2.0.md | 4 +- home/blog/2022-11-28-hertzbeat-v1.2.2.md | 2 +- home/blog/2022-12-19-new-committer.md | 2 +- home/blog/2022-12-28-hertzbeat-v1.2.3.md | 2 +- home/blog/2023-01-05-monitor-iotdb.md | 10 +- home/blog/2023-01-08-monitor-shenyu.md | 18 +- home/blog/2023-02-02-monitor-dynamic-tp.md | 8 +- home/blog/2023-02-10-new-committer.md | 4 +- home/blog/2023-02-11-monitor-mysql.md | 8 +- home/blog/2023-02-15-monitor-linux.md | 10 +- home/blog/2023-03-15-hertzbeat-v1.3.0.md | 8 +- home/blog/2023-03-22-monitor-springboot2.md | 10 +- home/blog/2023-05-09-hertzbeat-v1.3.1.md | 8 +- home/blog/2023-05-11-greptimedb-store.md | 10 +- home/blog/2023-07-05-hertzbeat-v1.3.2.md | 8 +- home/blog/2023-08-14-hertzbeat-v1.4.0.md | 102 +- home/blog/2023-08-28-new-committer.md | 2 +- home/blog/2023-09-26-hertzbeat-v1.4.1.md | 112 +- home/blog/2023-11-12-hertzbeat-v1.4.2.md | 100 +- home/blog/2023-12-11-hertzbeat-v1.4.3.md | 116 +- home/blog/2024-01-11-new-committer.md | 4 +- home/blog/2024-01-18-hertzbeat-v1.4.4.md | 138 +- home/blog/2024-04-17-to-apache.md | 6 +- ...24-05-09-hertzbeat-ospp-subject-introduction.md | 4 +- home/blog/2024-06-15-hertzbeat-v1.6.0.md | 580 +- home/blog/2024-08-18-new-committer.md | 12 +- home/blog/2024-08-31-new-committer.md | 2 +- home/blog/2024-11-09-hertzbeat-v1.6.1.md | 16 +- home/blog/2024-11-24-custom-development.md | 90 +- home/blog/2025-04-10-hertzbeat-v1.7.0.md | 16 +- ...25-04-23-hertzbeat-upgrade-guide-docker-mode.md | 4 +- home/blog/2025-06-10-hertzbeat-v1.7.1.md | 16 +- home/blog/2025-07-07-hertzbeat-v1.7.2.md | 22 +- home/blog/2025-09-06-hertzbeat-v1.7.3.md | 32 +- home/blog/2025-5-19-new-pmc.md | 10 +- home/docs/advanced/extend-http-default.md | 6 +- .../docs/advanced/extend-http-example-hertzbeat.md | 8 +- home/docs/advanced/extend-http-example-token.md | 20 +- home/docs/advanced/extend-http-xmlpath.md | 16 +- home/docs/advanced/extend-http.md | 6 +- home/docs/advanced/extend-point.md | 6 +- home/docs/advanced/extend-tutorial.md | 8 +- .../docs/community/code-style-and-quality-guide.md | 28 +- home/docs/community/contribution.md | 2 +- home/docs/community/document.md | 4 +- home/docs/community/how-to-release.md | 56 +- home/docs/community/how-to-verify.md | 12 +- home/docs/community/mailing_lists.md | 8 +- home/docs/community/maturity.md | 6 +- home/docs/community/new_committer_process.md | 20 +- home/docs/community/new_pmc_member_process.md | 34 +- home/docs/community/submit-code.md | 2 +- home/docs/download.md | 4 +- home/docs/help/activemq.md | 8 +- home/docs/help/alert_notification_template.md | 12 +- home/docs/help/alert_sms.md | 2 +- home/docs/help/alert_telegram.md | 2 +- home/docs/help/alert_threshold.md | 30 +- home/docs/help/alert_threshold_expr.md | 40 +- home/docs/help/alert_webhook.md | 4 +- home/docs/help/dolphinscheduler.md | 1 + home/docs/help/doris_be.md | 4 +- home/docs/help/dynamic_tp.md | 16 +- home/docs/help/grafana_dashboard.md | 6 +- home/docs/help/hive.md | 6 +- home/docs/help/http_sd.md | 2 +- home/docs/help/iceberg.md | 6 +- home/docs/help/iotdb.md | 6 +- home/docs/help/issue.md | 6 +- home/docs/help/jetty.md | 4 +- home/docs/help/jvm.md | 2 +- home/docs/help/kafka_promql.md | 6 +- home/docs/help/kubernetes.md | 22 +- home/docs/help/linux_script.md | 4 +- home/docs/help/log_integration.md | 32 +- home/docs/help/log_manage.md | 8 +- home/docs/help/log_stream.md | 8 +- home/docs/help/mariadb.md | 2 +- home/docs/help/memcached.md | 2 +- home/docs/help/mysql.md | 2 +- home/docs/help/mysql_account_expiry.md | 24 + home/docs/help/nacos.md | 52 +- home/docs/help/nebulagraph.md | 12 +- home/docs/help/nginx.md | 2 +- home/docs/help/oceanbase.md | 2 +- home/docs/help/openai.md | 4 +- home/docs/help/ping.md | 2 +- home/docs/help/rabbitmq.md | 4 +- home/docs/help/risc-v.md | 4 +- home/docs/help/smtp.md | 2 +- home/docs/help/spark.md | 2 +- home/docs/help/spring_gateway.md | 6 +- home/docs/help/springboot2.md | 24 +- home/docs/help/status.md | 6 +- home/docs/help/tdengine_promql.md | 8 +- home/docs/help/template_marketplace.md | 34 +- home/docs/help/tidb.md | 2 +- home/docs/help/time_expression.md | 2 +- home/docs/help/windows_script.md | 2 +- home/docs/introduce.md | 6 +- home/docs/start/account-modify.md | 2 +- home/docs/start/baota-deploy.md | 2 +- home/docs/start/docker-compose-deploy.md | 2 +- home/docs/start/docker-deploy.md | 4 +- home/docs/start/mysql-change.md | 4 +- home/docs/start/package-deploy.md | 4 +- home/docs/start/postgresql-change.md | 2 +- home/docs/start/usecase/linux-os-practice.md | 8 +- .../docs/start/usecase/springboot-auto-practice.md | 12 +- home/docs/start/usecase/sslcert-practice.md | 8 +- home/docusaurus.config.js | 11 +- .../en/docusaurus-plugin-content-docs/current.json | 8 +- .../2022-06-01-hertzbeat-v1.0.md | 44 +- .../2022-06-19-hertzbeat-v1.1.0.md | 6 +- .../2022-06-22-one-step-up.md | 6 +- .../2022-07-10-hertzbeat-v1.1.1.md | 6 +- .../2022-09-04-hertzbeat-v1.1.3.md | 6 +- .../2022-09-10-ssl-practice.md | 14 +- .../2022-10-08-hertzbeat-v1.2.0.md | 2 +- .../2022-12-19-new-committer.md | 2 +- .../2023-01-05-monitor-iotdb.md | 10 +- .../2023-01-08-monitor-shenyu.md | 18 +- .../2023-02-02-monitor-dynamic-tp.md | 8 +- .../2023-02-10-new-committer.md | 4 +- .../2023-02-11-monitor-mysql.md | 8 +- .../2023-02-15-monitor-linux.md | 10 +- .../2023-03-15-hertzbeat-v1.3.0.md | 8 +- .../2023-03-22-monitor-springboot2.md | 10 +- .../2023-05-09-hertzbeat-v1.3.1.md | 8 +- .../2023-05-11-greptimedb-store.md | 8 +- .../2023-07-05-hertzbeat-v1.3.2.md | 8 +- .../2023-08-14-hertzbeat-v1.4.0.md | 102 +- .../2023-08-28-new-committer.md | 2 +- .../2023-09-26-hertzbeat-v1.4.1.md | 10 +- .../2023-11-12-hertzbeat-v1.4.2.md | 8 +- .../2023-12-11-hertzbeat-v1.4.3.md | 120 +- .../2024-01-11-new-committer.md | 4 +- .../2024-01-18-hertzbeat-v1.4.4.md | 142 +- .../2024-04-17-to-apache.md | 16 +- ...24-05-09-hertzbeat-ospp-subject-introduction.md | 4 +- .../2024-06-15-hertzbeat-v1.6.0.md | 580 +- .../2024-08-18-new-committer.md | 2 +- .../2024-08-31-new-committer.md | 2 +- .../2024-11-09-hertzbeat-v1.6.1.md | 16 +- .../2024-11-24-custom-development.md | 90 +- .../2025-04-10-hertzbeat-v1.7.0.md | 16 +- ...25-04-23-hertzbeat-upgrade-guide-docker-mode.md | 4 +- ...rtzbeat-v1.7.0-docker-and-helm-upgrade-guide.md | 4 +- .../2025-07-07-hertzbeat-v1.7.2.md | 16 +- .../2025-09-06-hertzbeat-v1.7.3.md | 32 +- .../2025-5-19-new-pmc.md | 8 +- .../docusaurus-plugin-content-docs/current.json | 24 +- .../current/advanced/extend-http-default.md | 6 +- .../advanced/extend-http-example-hertzbeat.md | 8 +- .../current/advanced/extend-http-example-token.md | 20 +- .../current/advanced/extend-http-xmlpath.md | 16 +- .../current/advanced/extend-http.md | 6 +- .../current/advanced/extend-point.md | 6 +- .../current/advanced/extend-tutorial.md | 6 +- .../community/code-style-and-quality-guide.md | 28 +- .../current/community/contribution.md | 2 +- .../current/community/document.md | 4 +- .../current/community/how-to-release.md | 56 +- .../current/community/how-to-verify.md | 18 +- .../current/community/mailing_lists.md | 8 +- .../current/community/maturity.md | 6 +- .../current/community/new_committer_process.md | 26 +- .../current/community/new_pmc_member_process.md | 34 +- .../current/community/submit-code.md | 2 +- .../current/download.md | 4 +- .../current/help/activemq.md | 8 +- .../current/help/alert_notification_template.md | 12 +- .../current/help/alert_sms.md | 2 +- .../current/help/alert_telegram.md | 2 +- .../current/help/alert_threshold.md | 36 +- .../current/help/alert_threshold_expr.md | 4 +- .../current/help/alert_webhook.md | 4 +- .../current/help/dolphinscheduler.md | 1 + .../current/help/grafana_dashboard.md | 6 +- .../current/help/http_sd.md | 2 +- .../current/help/iotdb.md | 2 +- .../current/help/issue.md | 6 +- .../current/help/jetty.md | 4 +- .../current/help/jvm.md | 2 +- .../current/help/kafka_promql.md | 4 +- .../current/help/log_integration.md | 28 +- .../current/help/log_manage.md | 8 +- .../current/help/log_stream.md | 8 +- .../current/help/mariadb.md | 2 +- .../current/help/memcached.md | 2 +- .../current/help/mysql.md | 2 +- .../current/help/nacos.md | 52 +- .../current/help/nebulagraph.md | 12 +- .../current/help/nginx.md | 2 +- .../current/help/oceanbase.md | 2 +- .../current/help/openai.md | 4 +- .../current/help/ping.md | 2 +- .../current/help/rabbitmq.md | 4 +- .../current/help/smtp.md | 2 +- .../current/help/spark.md | 2 +- .../current/help/status.md | 6 +- .../current/help/tidb.md | 2 +- .../current/help/time_expression.md | 2 +- .../current/help/tomcat.md | 2 +- .../current/introduce.md | 8 +- .../current/start/account-modify.md | 2 +- .../current/start/docker-compose-deploy.md | 2 +- .../current/start/docker-deploy.md | 6 +- .../current/start/mysql-change.md | 4 +- .../current/start/package-deploy.md | 6 +- .../current/start/postgresql-change.md | 2 +- .../current/start/usecase/linux-os-practice.md | 8 +- .../start/usecase/springboot-auto-practice.md | 16 +- .../current/start/usecase/sslcert-practice.md | 8 +- .../current/start/usecase/tdengine-practice.md | 10 +- .../advanced/extend-http-default.md | 6 +- .../advanced/extend-http-example-hertzbeat.md | 8 +- .../advanced/extend-http-example-token.md | 20 +- .../advanced/extend-http-jsonpath.md | 0 .../advanced/extend-http.md | 6 +- .../advanced/extend-jdbc.md | 0 .../advanced/extend-jmx.md | 0 .../advanced/extend-ngql.md | 0 .../advanced/extend-point.md | 6 +- .../advanced/extend-push.md | 0 .../advanced/extend-snmp.md | 0 .../advanced/extend-ssh.md | 0 .../advanced/extend-telnet.md | 0 .../advanced/extend-tutorial.md | 6 +- .../community/become_committer.md | 0 .../community/become_pmc_member.md | 0 .../community/code-style-and-quality-guide.md | 28 +- .../community/contact.md | 0 .../community/contribution.md | 2 +- .../community/development.md | 0 .../community/document.md | 4 +- .../community/how-to-release.md | 64 +- .../community/how-to-verify.md | 22 +- .../community/mailing_lists.md | 8 +- .../community/new_committer_process.md | 52 +- .../community/new_pmc_member_process.md | 36 +- .../community/submit-code.md | 2 +- .../{version-v1.6.x => version-1.6.x}/download.md | 4 +- .../help/activemq.md | 8 +- .../help/ai_config.md | 14 +- .../help/airflow.md | 0 .../help/alarm_center.md | 0 .../help/alert_console.md | 0 .../help/alert_dingtalk.md | 0 .../help/alert_discord.md | 0 .../help/alert_email.md | 0 .../help/alert_enterprise_wechat_app.md | 0 .../help/alert_feishu.md | 0 .../help/alert_slack.md | 0 .../help/alert_smn.md | 0 .../help/alert_sms.md | 2 +- .../help/alert_telegram.md | 2 +- .../help/alert_threshold.md | 6 +- .../help/alert_threshold_expr.md | 4 +- .../help/alert_webhook.md | 4 +- .../help/alert_wework.md | 0 .../help/almalinux.md | 0 .../{version-v1.6.x => version-1.6.x}/help/api.md | 0 .../help/bulletin.md | 0 .../help/centos.md | 0 .../help/clickhouse.md | 0 .../help/debian.md | 0 .../help/deepseek.md | 0 .../{version-v1.6.x => version-1.6.x}/help/dm.md | 0 .../{version-v1.6.x => version-1.6.x}/help/dns.md | 0 .../help/docker.md | 0 .../help/doris_be.md | 0 .../help/doris_fe.md | 0 .../help/dynamic_tp.md | 0 .../help/elasticsearch.md | 0 .../help/euleros.md | 0 .../help/flink.md | 0 .../help/flink_on_yarn.md | 0 .../help/freebsd.md | 0 .../{version-v1.6.x => version-1.6.x}/help/ftp.md | 0 .../help/fullsite.md | 0 .../help/grafana_dashboard.md | 6 +- .../help/greenplum.md | 0 .../help/guide.md | 0 .../help/hadoop.md | 0 .../help/hbase_master.md | 0 .../help/hbase_regionserver.md | 0 .../help/hdfs_datanode.md | 0 .../help/hdfs_namenode.md | 0 .../{version-v1.6.x => version-1.6.x}/help/hive.md | 0 .../help/huawei_switch.md | 0 .../help/hugegraph.md | 0 .../help/iceberg.md | 0 .../{version-v1.6.x => version-1.6.x}/help/imap.md | 0 .../help/influxdb.md | 0 .../help/influxdb_promql.md | 0 .../help/iotdb.md | 2 +- .../{version-v1.6.x => version-1.6.x}/help/ipmi.md | 0 .../help/issue.md | 6 +- .../help/jetty.md | 4 +- .../{version-v1.6.x => version-1.6.x}/help/jvm.md | 2 +- .../help/kafka.md | 0 .../help/kafka_client.md | 0 .../help/kafka_promql.md | 4 +- .../help/kingbase.md | 0 .../help/kubernetes.md | 0 .../help/linux.md | 0 .../help/linux_script.md | 0 .../help/mariadb.md | 2 +- .../help/memcached.md | 2 +- .../help/modbus.md | 0 .../help/mongodb.md | 0 .../help/mongodb_atlas.md | 0 .../{version-v1.6.x => version-1.6.x}/help/mqtt.md | 0 .../help/mysql.md | 2 +- .../help/nacos.md | 52 +- .../help/nebulagraph.md | 12 +- .../help/nebulagraph_cluster.md | 0 .../help/nginx.md | 2 +- .../{version-v1.6.x => version-1.6.x}/help/ntp.md | 0 .../help/nvidia.md | 0 .../help/oceanbase.md | 2 +- .../help/openai.md | 4 +- .../help/opengauss.md | 0 .../help/opensuse.md | 0 .../help/oracle.md | 0 .../{version-v1.6.x => version-1.6.x}/help/ping.md | 2 +- .../help/plugin.md | 0 .../{version-v1.6.x => version-1.6.x}/help/pop3.md | 0 .../{version-v1.6.x => version-1.6.x}/help/port.md | 0 .../help/postgresql.md | 0 .../help/prestodb.md | 0 .../help/process.md | 0 .../help/prometheus.md | 0 .../help/pulsar.md | 0 .../help/rabbitmq.md | 4 +- .../help/redhat.md | 0 .../help/redis.md | 0 .../help/redis_cluster.md | 0 .../help/rocketmq.md | 0 .../help/rockylinux.md | 0 .../help/seatunnel.md | 0 .../help/security_model.md | 0 .../help/shenyu.md | 0 .../{version-v1.6.x => version-1.6.x}/help/smtp.md | 2 +- .../help/spark.md | 2 +- .../help/spring_gateway.md | 0 .../help/springboot2.md | 0 .../help/springboot3.md | 0 .../help/sqlserver.md | 0 .../help/ssl_cert.md | 0 .../help/starrocks_be.md | 0 .../help/starrocks_fe.md | 0 .../help/status.md | 6 +- .../{version-v1.6.x => version-1.6.x}/help/tidb.md | 2 +- .../help/time_expression.md | 2 +- .../help/tomcat.md | 2 +- .../help/ubuntu.md | 0 .../help/udp_port.md | 0 .../help/valkey.md | 0 .../help/vastbase.md | 0 .../help/website.md | 0 .../help/websocket.md | 0 .../help/windows.md | 0 .../help/windows_script.md | 0 .../{version-v1.6.x => version-1.6.x}/help/yarn.md | 0 .../help/zookeeper.md | 0 .../{version-v1.6.x => version-1.6.x}/introduce.md | 12 +- .../others/design.md | 0 .../others/resource.md | 0 .../start/account-modify.md | 2 +- .../start/baota-deploy.md | 0 .../start/custom-config.md | 0 .../start/docker-compose-deploy.md | 2 +- .../start/docker-deploy.md | 6 +- .../start/greptime-init.md | 0 .../start/influxdb-init.md | 0 .../start/iotdb-init.md | 0 .../start/mysql-change.md | 4 +- .../start/package-deploy.md | 6 +- .../start/postgresql-change.md | 2 +- .../start/quickstart.md | 0 .../start/rainbond-deploy.md | 0 .../start/sslcert-practice.md | 8 +- .../start/tdengine-init.md | 0 .../start/update-1.6.0.md | 0 .../start/upgrade.md | 0 .../start/victoria-metrics-init.md | 0 .../{version-v1.6.x => version-1.6.x}/template.md | 0 .../{current.json => version-1.7.x.json} | 26 +- .../advanced/extend-http-default.md | 6 +- .../advanced/extend-http-example-hertzbeat.md | 8 +- .../advanced/extend-http-example-token.md | 20 +- .../advanced/extend-http-jsonpath.md | 0 .../advanced/extend-http-xmlpath.md | 16 +- .../advanced/extend-http.md | 6 +- .../advanced/extend-jdbc.md | 0 .../advanced/extend-jmx.md | 0 .../advanced/extend-ngql.md | 0 .../advanced/extend-point.md | 6 +- .../advanced/extend-push.md | 0 .../advanced/extend-snmp.md | 0 .../advanced/extend-ssh.md | 0 .../advanced/extend-telnet.md | 0 .../advanced/extend-tutorial.md | 6 +- .../community/become_committer.md | 15 +- .../community/become_pmc_member.md | 18 +- .../community/code-style-and-quality-guide.md | 28 +- .../community/contact.md | 0 .../community/contribution.md | 2 +- .../community/development.md | 18 +- .../community/document.md | 4 +- .../community/how-to-release.md | 56 +- .../community/how-to-verify.md | 18 +- .../community/mailing_lists.md | 8 +- .../community/maturity.md | 6 +- .../community/new_committer_process.md | 26 +- .../community/new_pmc_member_process.md | 0 .../community/submit-code.md | 2 +- .../{current => version-1.7.x}/download.md | 4 +- .../help/activemq.md | 0 .../version-1.7.x/help/ai_agent.md | 357 + .../help/ai_config.md | 36 +- .../help/airflow.md | 0 .../help/alarm_center.md | 2 +- .../version-1.7.x/help/alarm_group.md | 24 + .../version-1.7.x/help/alarm_inhibit.md | 38 + .../version-1.7.x/help/alarm_silence.md | 29 + .../help/alert_console.md | 0 .../help/alert_dingtalk.md | 0 .../help/alert_discord.md | 0 .../help/alert_email.md | 0 .../help/alert_enterprise_wechat_app.md | 2 +- .../help/alert_feishu.md | 0 .../version-1.7.x/help/alert_feishu_app.md | 75 + .../version-1.7.x/help/alert_integration.md | 32 + .../help/alert_notification_template.md | 0 .../help/alert_slack.md | 0 .../help/alert_smn.md | 0 .../{current => version-1.7.x}/help/alert_sms.md | 0 .../help/alert_telegram.md | 0 .../version-1.7.x/help/alert_threshold.md | 104 + .../help/alert_threshold_expr.md | 4 +- .../help/alert_webhook.md | 4 +- .../help/alert_wework.md | 0 .../help/almalinux.md | 65 +- .../{version-v1.6.x => version-1.7.x}/help/api.md | 0 .../version-1.7.x/help/apollo.md | 57 + .../help/bulletin.md | 0 .../almalinux.md => version-1.7.x/help/centos.md} | 75 +- .../help/clickhouse.md | 0 .../version-1.7.x/help/consul_sd.md | 108 + .../version-1.7.x/help/dahua.md | 60 + .../version-1.7.x/help/darwin.md | 115 + .../version-1.7.x/help/db2.md | 79 + .../almalinux.md => version-1.7.x/help/debian.md} | 81 +- .../help/deepseek.md | 0 .../{version-v1.6.x => version-1.7.x}/help/dm.md | 0 .../{version-v1.6.x => version-1.7.x}/help/dns.md | 0 .../version-1.7.x/help/dns_sd.md | 223 + .../help/docker.md | 0 .../help/dolphinscheduler.md | 1 + .../help/doris_be.md | 0 .../help/doris_fe.md | 0 .../help/dynamic_tp.md | 0 .../help/elasticsearch.md | 0 .../help/euleros.md | 57 +- .../version-1.7.x/help/eureka_sd.md | 94 + .../redhat.md => version-1.7.x/help/fedora.md} | 67 +- .../help/flink.md | 0 .../help/flink_on_yarn.md | 0 .../opensuse.md => version-1.7.x/help/freebsd.md} | 81 +- .../{version-v1.6.x => version-1.7.x}/help/ftp.md | 0 .../help/fullsite.md | 0 .../help/grafana_dashboard.md | 6 +- .../help/greenplum.md | 0 .../help/guide.md | 7 + .../help/hadoop.md | 0 .../help/hbase_master.md | 0 .../help/hbase_regionserver.md | 0 .../help/hdfs_datanode.md | 0 .../help/hdfs_namenode.md | 0 .../version-1.7.x/help/hikvision_isapi.md | 60 + .../{version-v1.6.x => version-1.7.x}/help/hive.md | 0 .../{current => version-1.7.x}/help/http_sd.md | 2 +- .../help/huawei_switch.md | 0 .../help/hugegraph.md | 0 .../help/iceberg.md | 0 .../version-1.7.x/help/idrac.md | 104 + .../{version-v1.6.x => version-1.7.x}/help/imap.md | 0 .../help/influxdb.md | 0 .../help/influxdb_promql.md | 0 .../{current => version-1.7.x}/help/iotdb.md | 2 +- .../{version-v1.6.x => version-1.7.x}/help/ipmi.md | 0 .../{current => version-1.7.x}/help/issue.md | 6 +- .../version-1.7.x/help/jenkins.md | 78 + .../help/jetty.md | 0 .../{current => version-1.7.x}/help/jvm.md | 2 +- .../help/kafka.md | 0 .../help/kafka_client.md | 4 +- .../help/kafka_promql.md | 4 +- .../help/kingbase.md | 0 .../help/kubernetes.md | 0 .../almalinux.md => version-1.7.x/help/linux.md} | 75 +- .../help/linux_script.md | 0 .../help/log_integration.md | 8 +- .../{current => version-1.7.x}/help/log_manage.md | 8 +- .../{current => version-1.7.x}/help/log_stream.md | 8 +- .../version-1.7.x/help/macos.md | 116 + .../help/mariadb.md | 2 +- .../version-1.7.x/help/mcp_server.md | 153 + .../help/memcached.md | 2 +- .../help/modbus.md | 0 .../help/mongodb.md | 0 .../help/mongodb_atlas.md | 0 .../{version-v1.6.x => version-1.7.x}/help/mqtt.md | 0 .../{current => version-1.7.x}/help/mysql.md | 2 +- .../help/nacos.md | 52 +- .../version-1.7.x/help/nacos_sd.md | 99 + .../{current => version-1.7.x}/help/nebulagraph.md | 12 +- .../help/nebulagraph_cluster.md | 0 .../{current => version-1.7.x}/help/nginx.md | 2 +- .../{version-v1.6.x => version-1.7.x}/help/ntp.md | 0 .../help/nvidia.md | 0 .../{current => version-1.7.x}/help/oceanbase.md | 2 +- .../{current => version-1.7.x}/help/openai.md | 4 +- .../help/opengauss.md | 0 .../help/opensuse.md | 71 +- .../version-1.7.x/help/oracle.md | 172 + .../{current => version-1.7.x}/help/ping.md | 2 +- .../help/plugin.md | 0 .../{version-v1.6.x => version-1.7.x}/help/pop3.md | 0 .../{version-v1.6.x => version-1.7.x}/help/port.md | 0 .../help/postgresql.md | 0 .../help/prestodb.md | 0 .../help/process.md | 0 .../help/prometheus.md | 0 .../help/pulsar.md | 4 +- .../{current => version-1.7.x}/help/rabbitmq.md | 4 +- .../help/redhat.md | 57 +- .../help/redis.md | 0 .../help/redis_cluster.md | 0 .../version-1.7.x/help/risc-v.md | 93 + .../help/rocketmq.md | 0 .../help/rockylinux.md | 57 +- .../help/seatunnel.md | 0 .../help/security_model.md | 4 + .../help/shenyu.md | 0 .../{current => version-1.7.x}/help/smtp.md | 2 +- .../help/spark.md | 2 +- .../help/spring_gateway.md | 21 +- .../help/springboot2.md | 0 .../help/springboot3.md | 0 .../help/sqlserver.md | 0 .../help/ssl_cert.md | 0 .../help/starrocks_be.md | 0 .../help/starrocks_fe.md | 0 .../help/status.md | 6 +- .../version-1.7.x/help/synology_nas.md | 127 + .../version-1.7.x/help/tdengine_promql.md | 92 + .../{current => version-1.7.x}/help/tidb.md | 2 +- .../help/time_expression.md | 0 .../{current => version-1.7.x}/help/tomcat.md | 2 +- .../version-1.7.x/help/ubuntu.md | 163 + .../help/udp_port.md | 0 .../version-1.7.x/help/uniview.md | 47 + .../help/valkey.md | 0 .../help/vastbase.md | 0 .../help/website.md | 0 .../help/websocket.md | 0 .../help/windows.md | 0 .../help/windows_script.md | 0 .../version-1.7.x/help/xugu.md | 62 + .../{version-v1.6.x => version-1.7.x}/help/yarn.md | 0 .../help/zookeeper.md | 0 .../version-1.7.x/help/zookeeper_sd.md | 122 + .../{current => version-1.7.x}/introduce.md | 8 +- .../others/design.md | 0 .../others/resource.md | 0 .../start/account-modify.md | 2 +- .../start/baota-deploy.md | 2 +- .../start/custom-config.md | 0 .../start/docker-compose-deploy.md | 2 +- .../start/docker-deploy.md | 6 +- .../start/greptime-init.md | 15 +- .../start/influxdb-init.md | 0 .../start/iotdb-init.md | 0 .../start/mysql-change.md | 4 +- .../start/package-deploy.md | 6 +- .../start/postgresql-change.md | 2 +- .../version-1.7.x/start/questdb-init.md | 127 + .../start/quickstart.md | 4 +- .../start/rainbond-deploy.md | 0 .../start/tdengine-init.md | 0 .../start/update-1.6.0.md | 4 +- .../version-1.7.x/start/update-1.7.0.md | 41 + .../start/upgrade.md | 0 .../start/usecase/linux-os-practice.md | 4 +- .../start/usecase/springboot-auto-practice.md | 6 +- .../start/usecase/sslcert-practice.md | 10 +- .../start/usecase/tdengine-practice.md | 12 +- .../start/victoria-metrics-init.md | 88 + .../{version-v1.6.x => version-1.7.x}/template.md | 0 home/package.json | 39 +- home/pnpm-lock.yaml | 8508 ++++++++++++-------- home/sidebars.json | 15 +- home/static/img/docs/help/log_integration_cn.png | Bin 277357 -> 191427 bytes home/static/img/docs/help/log_integration_en.png | Bin 298468 -> 203907 bytes .../advanced/extend-http-default.md | 6 +- .../advanced/extend-http-example-hertzbeat.md | 8 +- .../advanced/extend-http-example-token.md | 20 +- .../advanced/extend-http-jsonpath.md | 0 .../advanced/extend-http.md | 6 +- .../advanced/extend-jdbc.md | 0 .../advanced/extend-jmx.md | 0 .../advanced/extend-ngql.md | 0 .../advanced/extend-point.md | 6 +- .../advanced/extend-push.md | 0 .../advanced/extend-snmp.md | 0 .../advanced/extend-ssh.md | 0 .../advanced/extend-telnet.md | 0 .../advanced/extend-tutorial.md | 8 +- .../community/become_committer.md | 0 .../community/become_pmc_member.md | 0 .../community/code-style-and-quality-guide.md | 28 +- .../community/contact.md | 0 .../community/contribution.md | 2 +- .../community/development.md | 0 .../community/document.md | 4 +- .../community/how-to-release.md | 64 +- .../community/how-to-verify.md | 16 +- .../community/mailing_lists.md | 8 +- .../community/new_committer_process.md | 26 +- .../community/new_pmc_member_process.md | 36 +- .../community/submit-code.md | 2 +- .../{version-v1.6.x => version-1.6.x}/download.md | 4 +- .../version-1.6.x}/help/activemq.md | 8 +- .../help/ai_config.md | 14 +- .../help/airflow.md | 0 .../help/alarm_center.md | 0 .../help/alert_console.md | 0 .../help/alert_dingtalk.md | 0 .../help/alert_discord.md | 0 .../help/alert_email.md | 0 .../help/alert_enterprise_wechat_app.md | 0 .../help/alert_feishu.md | 0 .../help/alert_slack.md | 0 .../help/alert_smn.md | 0 .../help/alert_sms.md | 2 +- .../help/alert_telegram.md | 2 +- .../help/alert_threshold.md | 2 +- .../help/alert_threshold_expr.md | 4 +- .../help/alert_webhook.md | 4 +- .../help/alert_wework.md | 0 .../help/almalinux.md | 0 .../{version-v1.6.x => version-1.6.x}/help/api.md | 0 .../help/bulletin.md | 0 .../help/centos.md | 0 .../help/clickhouse.md | 0 .../help/collector.md | 0 .../help/debian.md | 0 .../help/deepseek.md | 0 .../{version-v1.6.x => version-1.6.x}/help/dm.md | 0 .../{version-v1.6.x => version-1.6.x}/help/dns.md | 0 .../help/docker.md | 0 .../help/doris_be.md | 4 +- .../help/doris_fe.md | 0 .../help/dynamic_tp.md | 0 .../help/elasticsearch.md | 0 .../help/euleros.md | 0 .../help/flink.md | 0 .../help/flink_on_yarn.md | 0 .../help/freebsd.md | 0 .../{version-v1.6.x => version-1.6.x}/help/ftp.md | 0 .../help/fullsite.md | 0 .../help/grafana_dashboard.md | 6 +- .../help/greenplum.md | 0 .../help/guide.md | 0 .../help/hadoop.md | 0 .../help/hbase_master.md | 0 .../help/hbase_regionserver.md | 0 .../help/hdfs_datanode.md | 0 .../help/hdfs_namenode.md | 0 .../{version-v1.6.x => version-1.6.x}/help/hive.md | 0 .../help/huawei_switch.md | 0 .../help/hugegraph.md | 0 .../help/iceberg.md | 0 .../{version-v1.6.x => version-1.6.x}/help/imap.md | 0 .../help/influxdb.md | 0 .../help/influxdb_promql.md | 0 .../help/iotdb.md | 0 .../{version-v1.6.x => version-1.6.x}/help/ipmi.md | 0 .../help/issue.md | 6 +- .../version-1.6.x}/help/jetty.md | 4 +- .../{version-v1.6.x => version-1.6.x}/help/jvm.md | 2 +- .../help/kafka.md | 0 .../help/kafka_client.md | 0 .../help/kafka_promql.md | 6 +- .../help/kingbase.md | 0 .../help/kubernetes.md | 0 .../help/linux.md | 0 .../help/linux_script.md | 0 .../help/mariadb.md | 2 +- .../help/memcached.md | 2 +- .../help/modbus.md | 0 .../help/mongodb.md | 0 .../help/mongodb_atlas.md | 0 .../{version-v1.6.x => version-1.6.x}/help/mqtt.md | 0 .../help/mysql.md | 2 +- .../help/nacos.md | 52 +- .../help/nebulagraph.md | 12 +- .../help/nebulagraph_cluster.md | 0 .../help/nginx.md | 2 +- .../{version-v1.6.x => version-1.6.x}/help/ntp.md | 0 .../help/nvidia.md | 0 .../help/oceanbase.md | 2 +- .../help/openai.md | 4 +- .../help/opengauss.md | 0 .../help/opensuse.md | 0 .../help/oracle.md | 0 .../{version-v1.6.x => version-1.6.x}/help/ping.md | 2 +- .../help/plugin.md | 0 .../{version-v1.6.x => version-1.6.x}/help/pop3.md | 0 .../{version-v1.6.x => version-1.6.x}/help/port.md | 0 .../help/postgresql.md | 0 .../help/prestodb.md | 0 .../help/process.md | 0 .../help/prometheus.md | 0 .../help/pulsar.md | 0 .../help/rabbitmq.md | 4 +- .../help/redhat.md | 0 .../help/redis.md | 0 .../help/redis_cluster.md | 0 .../help/registry.md | 0 .../help/rocketmq.md | 0 .../help/rockylinux.md | 0 .../help/seatunnel.md | 0 .../help/security_model.md | 0 .../help/shenyu.md | 0 .../{version-v1.6.x => version-1.6.x}/help/smtp.md | 2 +- .../help/spark.md | 2 +- .../help/spring_gateway.md | 0 .../help/springboot2.md | 24 +- .../help/springboot3.md | 0 .../help/sqlserver.md | 0 .../help/ssl_cert.md | 0 .../help/starrocks_be.md | 0 .../help/starrocks_fe.md | 0 .../help/status.md | 6 +- .../{version-v1.6.x => version-1.6.x}/help/tidb.md | 2 +- .../help/time_expression.md | 2 +- .../help/tomcat.md | 0 .../help/ubuntu.md | 0 .../help/udp_port.md | 0 .../help/valkey.md | 0 .../help/vastbase.md | 0 .../help/website.md | 0 .../help/websocket.md | 0 .../help/windows.md | 0 .../help/windows_script.md | 0 .../{version-v1.6.x => version-1.6.x}/help/yarn.md | 0 .../help/zookeeper.md | 0 .../{version-v1.6.x => version-1.6.x}/introduce.md | 4 +- .../others/design.md | 0 .../others/resource.md | 0 .../start/account-modify.md | 2 +- .../start/baota-deploy.md | 2 +- .../start/custom-config.md | 0 .../start/docker-compose-deploy.md | 2 +- .../start/docker-deploy.md | 4 +- .../start/greptime-init.md | 0 .../start/influxdb-init.md | 0 .../start/iotdb-init.md | 0 .../start/mysql-change.md | 4 +- .../start/package-deploy.md | 4 +- .../start/postgresql-change.md | 2 +- .../start/quickstart.md | 0 .../start/rainbond-deploy.md | 0 .../start/sslcert-practice.md | 8 +- .../start/tdengine-init.md | 0 .../start/update-1.6.0.md | 0 .../start/upgrade.md | 0 .../start/victoria-metrics-init.md | 0 .../{version-v1.6.x => version-1.6.x}/template.md | 0 .../advanced/extend-http-default.md | 6 +- .../advanced/extend-http-example-hertzbeat.md | 8 +- .../advanced/extend-http-example-token.md | 20 +- .../advanced/extend-http-jsonpath.md | 0 .../version-1.7.x}/advanced/extend-http-xmlpath.md | 16 +- .../version-1.7.x}/advanced/extend-http.md | 6 +- .../advanced/extend-jdbc.md | 0 .../advanced/extend-jmx.md | 0 .../advanced/extend-ngql.md | 0 .../advanced/extend-point.md | 6 +- .../advanced/extend-push.md | 0 .../advanced/extend-snmp.md | 0 .../advanced/extend-ssh.md | 0 .../advanced/extend-telnet.md | 0 .../advanced/extend-tutorial.md | 8 +- .../community/become_committer.md | 18 +- .../community/become_pmc_member.md | 27 +- .../community/code-style-and-quality-guide.md | 28 +- .../community/contact.md | 0 .../version-1.7.x}/community/contribution.md | 2 +- .../community/development.md | 18 +- .../version-1.7.x}/community/document.md | 4 +- .../version-1.7.x}/community/how-to-release.md | 56 +- .../version-1.7.x}/community/how-to-verify.md | 12 +- .../version-1.7.x}/community/mailing_lists.md | 8 +- .../version-1.7.x}/community/maturity.md | 6 +- .../community/new_committer_process.md | 20 +- .../community/new_pmc_member_process.md | 0 .../version-1.7.x}/community/submit-code.md | 2 +- .../version-1.7.x}/download.md | 4 +- .../help/activemq.md | 0 home/versioned_docs/version-1.7.x/help/ai_agent.md | 360 + .../help/airflow.md | 0 .../help/alarm_center.md | 0 .../version-1.7.x/help/alarm_group.md | 24 + .../version-1.7.x/help/alarm_inhibit.md | 45 + .../version-1.7.x/help/alarm_silence.md | 29 + .../help/alert_console.md | 0 .../help/alert_dingtalk.md | 0 .../help/alert_discord.md | 0 .../help/alert_email.md | 0 .../help/alert_enterprise_wechat_app.md | 0 .../help/alert_feishu.md | 0 .../version-1.7.x/help/alert_feishu_app.md | 75 + .../version-1.7.x/help/alert_integration.md | 38 + .../help/alert_notification_template.md | 12 +- .../help/alert_slack.md | 0 .../help/alert_smn.md | 0 .../version-1.7.x}/help/alert_sms.md | 2 +- .../version-1.7.x}/help/alert_telegram.md | 2 +- .../version-1.7.x}/help/alert_threshold.md | 30 +- .../help/alert_threshold_expr.md | 40 +- .../help/alert_webhook.md | 4 +- .../help/alert_wework.md | 0 .../versioned_docs/version-1.7.x/help/almalinux.md | 114 + .../{version-v1.6.x => version-1.7.x}/help/api.md | 0 home/versioned_docs/version-1.7.x/help/apollo.md | 61 + .../help/bulletin.md | 0 home/versioned_docs/version-1.7.x/help/centos.md | 114 + .../help/clickhouse.md | 0 .../help/collector.md | 2 +- .../versioned_docs/version-1.7.x/help/consul_sd.md | 108 + home/versioned_docs/version-1.7.x/help/dahua.md | 60 + home/versioned_docs/version-1.7.x/help/darwin.md | 111 + home/versioned_docs/version-1.7.x/help/db2.md | 80 + home/versioned_docs/version-1.7.x/help/debian.md | 114 + .../help/deepseek.md | 0 .../{version-v1.6.x => version-1.7.x}/help/dm.md | 0 .../{version-v1.6.x => version-1.7.x}/help/dns.md | 1 + home/versioned_docs/version-1.7.x/help/dns_sd.md | 223 + .../help/docker.md | 0 .../version-1.7.x}/help/dolphinscheduler.md | 1 + .../version-1.7.x}/help/doris_be.md | 4 +- .../help/doris_fe.md | 0 .../version-1.7.x}/help/dynamic_tp.md | 16 +- .../help/elasticsearch.md | 0 home/versioned_docs/version-1.7.x/help/euleros.md | 114 + .../versioned_docs/version-1.7.x/help/eureka_sd.md | 94 + home/versioned_docs/version-1.7.x/help/fedora.md | 114 + .../help/flink.md | 0 .../help/flink_on_yarn.md | 0 home/versioned_docs/version-1.7.x/help/freebsd.md | 94 + .../{version-v1.6.x => version-1.7.x}/help/ftp.md | 0 .../help/fullsite.md | 0 .../version-1.7.x}/help/grafana_dashboard.md | 6 +- .../help/greenplum.md | 0 .../help/guide.md | 7 + .../help/hadoop.md | 0 .../help/hbase_master.md | 0 .../help/hbase_regionserver.md | 0 .../help/hdfs_datanode.md | 0 .../help/hdfs_namenode.md | 0 .../version-1.7.x/help/hikvision_isapi.md | 60 + .../version-1.7.x}/help/hive.md | 0 .../version-1.7.x}/help/http_sd.md | 2 +- .../help/huawei_switch.md | 0 .../help/hugegraph.md | 0 .../version-1.7.x}/help/iceberg.md | 0 home/versioned_docs/version-1.7.x/help/idrac.md | 104 + .../{version-v1.6.x => version-1.7.x}/help/imap.md | 0 .../help/influxdb.md | 0 .../help/influxdb_promql.md | 0 .../version-1.7.x}/help/iotdb.md | 6 +- .../{version-v1.6.x => version-1.7.x}/help/ipmi.md | 0 .../version-1.7.x}/help/issue.md | 6 +- home/versioned_docs/version-1.7.x/help/jenkins.md | 80 + .../help/jetty.md | 0 .../version-1.7.x}/help/jvm.md | 2 +- .../help/kafka.md | 0 .../help/kafka_client.md | 0 .../version-1.7.x}/help/kafka_promql.md | 6 +- .../help/kingbase.md | 0 .../version-1.7.x}/help/kubernetes.md | 22 +- home/versioned_docs/version-1.7.x/help/linux.md | 114 + .../help/linux_script.md | 4 +- home/versioned_docs/version-1.7.x/help/macos.md | 116 + .../help/mariadb.md | 2 +- .../version-1.7.x/help/mcp_server.md | 153 + .../version-1.7.x}/help/memcached.md | 2 +- .../help/modbus.md | 0 .../help/mongodb.md | 0 .../help/mongodb_atlas.md | 0 .../{version-v1.6.x => version-1.7.x}/help/mqtt.md | 0 .../version-1.7.x}/help/mysql.md | 2 +- .../help/nacos.md | 52 +- home/versioned_docs/version-1.7.x/help/nacos_sd.md | 99 + .../version-1.7.x}/help/nebulagraph.md | 12 +- .../help/nebulagraph_cluster.md | 0 .../help/nginx.md | 2 +- .../{version-v1.6.x => version-1.7.x}/help/ntp.md | 0 .../help/nvidia.md | 0 .../version-1.7.x}/help/oceanbase.md | 2 +- .../help/openai.md | 4 +- .../help/opengauss.md | 0 home/versioned_docs/version-1.7.x/help/opensuse.md | 114 + home/versioned_docs/version-1.7.x/help/oracle.md | 172 + .../{version-v1.6.x => version-1.7.x}/help/ping.md | 2 +- .../help/plugin.md | 0 .../{version-v1.6.x => version-1.7.x}/help/pop3.md | 0 .../{version-v1.6.x => version-1.7.x}/help/port.md | 0 .../help/postgresql.md | 0 .../help/prestodb.md | 0 .../help/process.md | 0 .../help/prometheus.md | 0 .../help/pulsar.md | 0 .../help/rabbitmq.md | 4 +- home/versioned_docs/version-1.7.x/help/redhat.md | 114 + .../help/redis.md | 0 .../help/redis_cluster.md | 0 .../help/registry.md | 0 .../version-1.7.x}/help/risc-v.md | 4 +- .../help/rocketmq.md | 0 .../version-1.7.x/help/rockylinux.md | 114 + .../help/seatunnel.md | 0 .../version-1.7.x/help/security_model.md | 49 + .../help/shenyu.md | 2 +- .../version-1.7.x}/help/smtp.md | 2 +- .../version-1.7.x}/help/spark.md | 2 +- .../version-1.7.x}/help/spring_gateway.md | 6 +- .../version-1.7.x}/help/springboot2.md | 24 +- .../help/springboot3.md | 2 +- .../help/sqlserver.md | 0 .../help/ssl_cert.md | 0 .../help/starrocks_be.md | 0 .../help/starrocks_fe.md | 0 .../version-1.7.x}/help/status.md | 6 +- .../version-1.7.x/help/synology_nas.md | 128 + .../version-1.7.x}/help/tdengine_promql.md | 8 +- .../version-1.7.x}/help/template_marketplace.md | 34 +- .../{version-v1.6.x => version-1.7.x}/help/tidb.md | 2 +- .../help/time_expression.md | 2 +- .../help/tomcat.md | 0 home/versioned_docs/version-1.7.x/help/ubuntu.md | 165 + .../help/udp_port.md | 0 home/versioned_docs/version-1.7.x/help/uniview.md | 47 + .../help/valkey.md | 0 .../help/vastbase.md | 0 .../help/website.md | 0 .../help/websocket.md | 0 .../help/windows.md | 0 .../version-1.7.x}/help/windows_script.md | 2 +- home/versioned_docs/version-1.7.x/help/xugu.md | 62 + .../{version-v1.6.x => version-1.7.x}/help/yarn.md | 0 .../help/zookeeper.md | 0 .../version-1.7.x/help/zookeeper_sd.md | 122 + .../version-1.7.x}/introduce.md | 6 +- .../others/design.md | 0 .../others/resource.md | 0 .../version-1.7.x}/start/account-modify.md | 2 +- .../version-1.7.x}/start/baota-deploy.md | 2 +- .../start/custom-config.md | 0 .../version-1.7.x}/start/docker-compose-deploy.md | 2 +- .../version-1.7.x}/start/docker-deploy.md | 4 +- .../start/greptime-init.md | 16 +- .../start/influxdb-init.md | 0 .../start/iotdb-init.md | 0 .../version-1.7.x}/start/mysql-change.md | 4 +- .../version-1.7.x}/start/package-deploy.md | 4 +- .../version-1.7.x}/start/postgresql-change.md | 2 +- .../version-1.7.x/start/questdb-init.md | 137 + .../start/quickstart.md | 6 +- .../start/rainbond-deploy.md | 2 +- .../start/tdengine-init.md | 0 .../start/update-1.6.0.md | 8 +- .../version-1.7.x/start/update-1.7.0.md | 41 + .../start/upgrade.md | 0 .../start/usecase/linux-os-practice.md | 6 +- .../start/usecase/springboot-auto-practice.md | 6 +- .../start/usecase/sslcert-practice.md | 10 +- .../start/usecase/tdengine-practice.md | 166 + .../start/victoria-metrics-init.md | 88 + .../{version-v1.6.x => version-1.7.x}/template.md | 0 ...x-sidebars.json => version-1.6.x-sidebars.json} | 2 + .../version-1.7.x-sidebars.json} | 98 +- home/versions.json | 3 +- .../src/app/layout/market/market.component.html | 4 +- .../alert-setting/alert-setting.component.html | 84 +- .../alert-setting/alert-setting.component.less | 54 + .../alert/alert-setting/alert-setting.component.ts | 53 +- .../log/log-manage/log-manage.component.html | 14 +- .../routes/log/log-manage/log-manage.component.ts | 10 +- .../log/log-stream/log-stream.component.html | 10 + .../routes/log/log-stream/log-stream.component.ts | 6 + .../monitor-data-chart.component.ts | 11 +- .../monitor-detail/monitor-detail.component.html | 1 + web-app/src/app/service/alert-define.service.ts | 4 + web-app/src/app/service/log.service.ts | 14 +- .../src/assets/doc/log-integration/otlp.en-US.md | 14 +- .../src/assets/doc/log-integration/otlp.zh-CN.md | 14 +- web-app/src/assets/i18n/en-US.json | 16 + web-app/src/assets/i18n/ja-JP.json | 2 + web-app/src/assets/i18n/pt-BR.json | 2 + web-app/src/assets/i18n/zh-CN.json | 16 + web-app/src/assets/i18n/zh-TW.json | 2 + 1061 files changed, 18956 insertions(+), 7546 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
