博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Ubuntu安装Logstash 并运行
阅读量:6793 次
发布时间:2019-06-26

本文共 206 字,大约阅读时间需要 1 分钟。

一、下载

官网:

二、安装

  • 1、解压

tar -zxvf logstashxxx.tar.gz

cd logstashxxHOME

三、运行

  • 1、简单运行

cd logshtasxxHOME/bin/

./logstash -e 'input { stdin { } } output { stdout {} }'

运行起来后

img_515bfbfc892ade823a3b730c2b6eda6d.png
image.png

输入

hello hiekay

查看运行结果

img_272fdcdbccff55337d0a4fe12bcffd17.png
image.png

转载地址:http://dwlgo.baihongyu.com/

你可能感兴趣的文章
Python实现二叉树相关算法
查看>>
Android Studio 导入 AOSP 源码
查看>>
git status将文件状态标为renamed问题探究
查看>>
计算机开放电子书归档 2018
查看>>
跨域解决方案之nginx
查看>>
hibernate使用DetachedCriteria案例
查看>>
【Arduino基础教程】Moisture Sensor土壤湿度传感器
查看>>
tablesorter 使用
查看>>
一种用手机号码定位机主的理论方法
查看>>
underscore源码解析1
查看>>
html5从0到1-html5的简易数据库开发(18)
查看>>
spring cloud gateway 全局过滤器
查看>>
RAP Mock 工具模拟数据
查看>>
Confluence 6 确定一个生产系统备份方案
查看>>
在Chrome浏览器中保存的密码有多安全?
查看>>
撩人情话(三)
查看>>
JetBrains Product Pack for Students
查看>>
内存顺序(Memory Order)
查看>>
shiro实战系列(一)之入门实战
查看>>
BGP-RR 路由反射器工作原理
查看>>