当前位置:网站首页>LogStash~LogStash的input(input)
LogStash~LogStash的input(input)
2022-04-21 17:46:00 【EuropeanSheik】
1.标准输入(控制台输入)
input {
stdin {
}
}
2.syslog
input {
syslog {
port => "514"
}
}
3.twitter
input {
twitter {
consumer_key => "enter_your_consumer_key_here"
consumer_secret => "enter_your_secret_here"
关键字=> [ "cloud" ]
oauth_token => "enter_your_access_token_here"
oauth_token_secret => "enter_your_access_token_secret_here"
}
}
4.beats
input {
beats {
port => "5044"
}
}
版权声明
本文为[EuropeanSheik]所创,转载请带上原文链接,感谢
https://blog.csdn.net/feizuiku0116/article/details/124291124
边栏推荐
- LAXCUS分布式操作冗余容错之节点篇
- Fault analysis | federated storage engine table causes the monitoring thread to be in the opening table state
- 小小的模糊查询,竟来来回回修改了3次代码?找个电子厂上班吧
- It is claimed that MNIST and cifar 10 have been "solved" and 100% accuracy has been achieved
- Chapter 118 SQL function reverse
- What is ODBC – open database connectivity
- C# ODBC将一个文件夹的文件装载到PostgreSQL数据库BLOB列,并将BLOB列下载到另一个文件夹
- Structure malloc bug
- 什么是 ODBC – 开放式数据库连接
- About riched32 DLL Trojan horse
猜你喜欢

【C语言重难点突破】——动态内存管理

第118章 SQL函数 REVERSE

Considering loose coupling of microservice architecture? Be careful of these traps

短视频APP相关推荐资源位的高扩展高可用工程实践

Game partner topic: breederdao establishes a partnership with crypto unicorns

舱内视觉AI应用前装「同比增长近200%」,哪些供应商领跑中国市场

胸部X光图像-数据集

Fixturlaser对中仪维修GO/NXA Pro/ECO/EVO系列
![[dynamic programming] 152 Product maximum subarray](/img/8f/8063f2bedaa89217ad0adf1988972d.png)
[dynamic programming] 152 Product maximum subarray

洞见科技首批通过央行国家金融科技测评中心「联邦学习」产品评测,实现「MPC+FL」金融应用双认证
随机推荐
诚邀报名丨首期OpenHarmony开发者成长计划分享日
Authentication bypass vulnerability in JIRA seraph (cve-2022-0540)
短视频APP相关推荐资源位的高扩展高可用工程实践
Chest X-ray images - dataset
"Method breakpoints may drastically slow down debugging" will be prompted during idea debugging
论文浅尝|《Attention-Based Bidirectional Long Short-Term Memory Networks for Relation Classification》
手机日期插件 (转加上自己喜欢的)
Variable ‘err‘ is accessed from within inner class, needs to be final or effectively final
Introduction to MySQL ODBC driver
全新ETL调度批量管理工具 TASKCTL 8.0 最简安装
High expansion and high availability engineering practice of recommended resource bits related to short video app
Detailed explanation of spark SQL underlying execution process
有奖征文 | 重奖5000元,邀您投稿
C ODBC loads the files of one folder into the blob column of MySQL database and downloads the blob column to another folder
Chapter 118 SQL function reverse
redis的watch机制
直播app源码,在无法显示图片的基础上添加图片显示功能
In cabin visual AI application front loading "increased by nearly 200% year-on-year". Which suppliers lead the Chinese market
@Transient
Spark SQL底层执行流程详解