add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,17 @@
# logstash
> 一个Elasticsearch的ETL提取、转换和加载工具。
> 通常用于将各种来源如数据库和日志文件中的数据加载到Elasticsearch中。
> 更多信息:<https://www.elastic.co/products/logstash>。
- 检查Logstash配置的有效性
`logstash --configtest --config {{logstash_config.conf}}`
- 使用配置运行Logstash
`sudo logstash --config {{logstash_config.conf}}`
- 使用最基本的内联配置字符串运行Logstash
`sudo logstash -e 'input {} filter {} output {}'`