当前位置:网站首页>logstash备份跟踪上报的数据记录
logstash备份跟踪上报的数据记录
2022-07-03 09:38:00 【zhangphil】
logstash备份跟踪上报的数据记录
logstash可以从被监测的文件上采集数据上报到指定的http服务器或者es等。有时候需要确认或者跟踪记录logstash到底成功上报的历史数据记录,可以在本地创建一个文件,用以记录、跟踪、备份上传成功的数据,在output里面的配置:
output{
file {
path => "F:/log/record/history.txt"
}
}logstash成功上报的数据都会备份存在history.txt文件里面。
边栏推荐
- Ind wks first week
- Leetcode刷题---217
- mysql5.7安装和配置教程(图文超详细版)
- Leetcode刷题---35
- Free online markdown to write a good resume
- Jetson TX2 brush machine
- Unity小组工程实践项目《最强外卖员》策划案&纠错文档
- Knowledge map enhancement recommendation based on joint non sampling learning
- Leetcode刷题---44
- Preliminary knowledge of Neural Network Introduction (pytorch)
猜你喜欢
随机推荐
二分查找法
Leetcode skimming ---832
Leetcode刷题---217
8、 Transaction control language of MySQL
ThreadLocal原理及使用场景
Leetcode skimming ---35
Tensorflow - tensorflow Foundation
Entropy method to calculate weight
Softmax 回归(PyTorch)
面试官:Redis中列表的内部实现方式是什么?
[untitled]
Leetcode刷题---44
深度学习入门之线性回归(PyTorch)
An open source OA office automation system
Ind yff first week
Leetcode skimming ---374
Leetcode skimming ---217
C语言项目:学生成绩系统
深度学习入门之线性代数(PyTorch)
Redis 笔记 01:入门篇



![[untitled]](/img/41/adf5638e4a36417ce8dba3f2c4d9ed.jpg)





