当前位置:网站首页>LogStash~LogStash的多个输入输出
LogStash~LogStash的多个输入输出
2022-04-21 17:46:00 【EuropeanSheik】
一、多个输入输出示例
input {
twitter {
consumer_key => "enter_your_consumer_key_here"
consumer_secret => "enter_your_secret_here"
keywords => ["cloud"]
oauth_token => "enter_your_access_token_here"
oauth_token_secret => "enter_your_access_token_secret_here"
}
beats {
port => "5044"
}
}
output {
elasticsearch {
hosts => ["IP Address 1:port1", "IP Address 2:port2", "IP Address 3"]
}
file {
path => "/path/to/target/file"
}
}
版权声明
本文为[EuropeanSheik]所创,转载请带上原文链接,感谢
https://blog.csdn.net/feizuiku0116/article/details/124291480
边栏推荐
- Onnx efficiency: comparison with module & dataparallel
- Introduction to MySQL ODBC driver
- How to show the ability of structure in the interview?
- Insight technology passed the "federal learning" product evaluation of the national financial technology evaluation center of the central bank in the first batch, realizing the dual certification of "
- Why do infrastructure engineers prefer MySQL?
- 有人声称「解决了」MNIST与CIFAR 10,实现了100%准确率
- ROS2放弃指南5:创建ros2的topic
- What is the difference between MOS tube and IGBT? Don't be silly and confused
- Mysql database common sense storage engine
- MP40N120-ASEMI场效应管MP40N120
猜你喜欢

深耕行业数十年,多元视角解读!从思维转变看数字化转型 IT 经营

169. Most elements

MySQL進階之常用函數

Fonctions communes pour MySQL Advanced

Mobile date plug-in (add your favorite)

MySQL进阶之表的增删改查

将模型训练外包真的安全吗?新研究:外包商可能植入后门,控制银行放款
![[interview ordinary people vs Expert Series] understanding of B tree and B + tree](/img/b9/d648a0da059713ba5ac139dbfad2cd.png)
[interview ordinary people vs Expert Series] understanding of B tree and B + tree

Vulnerability detection and defense: redis unauthorized access vulnerability recurrence

【ACM/webank】#491.递增子序列(使用HashSet来记录并防止重复子序列)
随机推荐
怎么获取map值才不那么low,获取map参数的三种方式
What is the difference between MOS tube and IGBT? Don't be silly and confused
什么是 ODBC – 开放式数据库连接
Huawei URPF
MSIL 静态类在 IL 定义上和非静态类的差别
手機日期插件 (轉加上自己喜歡的)
@Transient
Sword finger offer II 011 0 and 1 have the same number of subarrays
[machine learning] gating cycle unit
有人声称「解决了」MNIST与CIFAR 10,实现了100%准确率
C ODBC loads the files of one folder into the blob column of MySQL database and downloads the blob column to another folder
基于SSM的美容院管理系统(附源码+项目展示)
Shell programming learning (III) condition judgment and process control
C ODBC loads the files of one folder into the blob column of PostgreSQL database and downloads the blob column to another folder
short_ open_ Tag short open label must be opened
Wx open launch web app style problem
onnx效率问题:和Module & DataParallel比较
MySQL基础合集
short_open_tag 短开放标签 必须打开
SQL命令 DELETE(一)