当前位置:网站首页>Logstash ~ multiple inputs and outputs of logstash
Logstash ~ multiple inputs and outputs of logstash
2022-04-21 17:49:00 【EuropeanSheik】
One 、 Multiple input and output examples
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://yzsam.com/2022/04/202204211745593707.html
边栏推荐
- 来自TMDB的5000部电影数据集
- Huawei URPF
- [machine learning] gating cycle unit
- 关于无线DOS攻击的常用方法简述
- redis的watch机制
- Spark SQL底层执行流程详解
- What is the difference between MOS tube and IGBT? Don't be silly and confused
- 短视频APP相关推荐资源位的高扩展高可用工程实践
- 老电脑应该怎么重装系统比较好
- What happens when the user sends a request to execute the controller method
猜你喜欢

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

Mobile date plug-in (add your favorite)
Introduction to MySQL ODBC driver

如何设置Win11账户密码有效期?Win11账户密码使用期限设置教程

MOS管和IGBT有什么区别?别傻傻分不清了

Beijing quasi GPS Beidou satellite timing system helps South Asia electronic production management system

MySQL进阶之常用函数
MySQL ODBC驱动简介

It is claimed that MNIST and cifar 10 have been "solved" and 100% accuracy has been achieved

MySQL basic collection
随机推荐
数字化时代,企业运维面临现状及挑战分析解读
Shell programming learning (III) condition judgment and process control
正在考虑微服务架构的松耦合?小心这些陷阱
做自媒体副业真能月入上万?这篇分享,不藏私
Fixturlaser对中仪维修GO/NXA Pro/ECO/EVO系列
MySQL基础合集
Variable ‘err‘ is accessed from within inner class, needs to be final or effectively final
Chapter 118 SQL function reverse
怎么获取map值才不那么low,获取map参数的三种方式
新技术的应用开启了有关产业互联网的第二条路径
游戏合作伙伴专题:BreederDAO 与 Crypto Unicorns 建立合作伙伴关系
众昂矿业:萤石资源新的活跃应用领域
兼职比工资还高,2022年,月入过万的3个副业
LogStash~LogStash的filter(过滤)
Oceanbase 和 TiDB 粗浅对比之 - 执行计划
LogStash~LogStash的执行模型
MySQL进阶之常用函数
Linux~libc.so.6(GLIBC_2.28)(64bit) 被 redis-5.0.3-1.nfs.x86_64 需要
MSIL 静态类在 IL 定义上和非静态类的差别
直播带货源码,渐变式状态栏的不同写法