当前位置:网站首页>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文件里面。
边栏推荐
- Knowledge map enhancement recommendation based on joint non sampling learning
- A complete answer sheet recognition system
- UI interface design related knowledge (I)
- Leetcode skimming ---977
- Leetcode刷题---217
- Leetcode skimming ---44
- Traversal of map set
- Tensorflow—Image segmentation
- Class-Variant Margin Normalized Softmax Loss for Deep Face Recognition
- Flink -- 内置函数(ALL)
猜你喜欢
Tensorflow—Image segmentation
DAY 7 小练习
Leetcode skimming ---367
[roast & brain hole] Some Thoughts on the bullet screen interactive game of Wei Shu Wu Three Kingdoms when visiting station B
神经网络入门之预备知识(PyTorch)
Unity学习笔记:联网游戏Pixel Adventure 1学习过程&纠错心得
User recommendation preference model based on attention enhanced knowledge perception
Matrix calculation of Neural Network Introduction (pytoch)
Redis 笔记 01:入门篇
神经网络入门之模型选择(PyTorch)
随机推荐
mysql5.7安装和配置教程(图文超详细版)
DAY 7 小练习
Tensorflow—Image segmentation
Leetcode skimming ---10
Unity learning notes: personal learning project "crazy genius Edgar" error correction document
Type de contenu « Application / X - www - form - urlencoded; Charset = utf - 8 'not supported
Numpy realizes the classification of iris by perceptron
Linear regression of introduction to deep learning (pytorch)
Class-Variant Margin Normalized Softmax Loss for Deep Face Recognition
Binary search method
Softmax regression (pytorch)
Leetcode skimming ---283
Ut2015 learning notes
8、 Transaction control language of MySQL
High imitation bosom friend manke comic app
Ut2014 supplementary learning notes
Tensorflow - tensorflow Foundation
Bid -- service commitment -- self summary
神经网络入门之矩阵计算(Pytorch)
C#项目-寝室管理系统(1)