当前位置:网站首页>Logstash backup tracks the data records reported
Logstash backup tracks the data records reported
2022-07-03 10:52:00 【zhangphil】
logstash Back up the data records reported by tracking
logstash Data can be collected from the monitored file and reported to the designated http Server or es etc. . Sometimes you need to confirm or track records logstash Historical data records successfully reported , You can create a file locally , To record 、 track 、 Backup successfully uploaded data , stay output The configuration inside :
output{
file {
path => "F:/log/record/history.txt"
}
}logstash The successfully reported data will be backed up history.txt In the document .
边栏推荐
- QT:QSS自定义QLineEdit实例
- QT:QSS自定义QTableView实例
- Numpy quick start (II) -- Introduction to array (creation of array + basic operation of array)
- Flink <-->Redis的使用介绍+with参数
- Unity learning notes: online game pixel Adventure 1 learning process & error correction experience
- Mysql5.7 installation and configuration tutorial (Graphic ultra detailed version)
- Flink chain conditional source code analysis
- Cache routing component
- Multilayer perceptron (pytorch)
- 测试理论概述
猜你喜欢

Uni app learning 1 bottom menu and parent-child components
![[untitled]](/img/2b/177970366174e50e75b5c820c95d08.jpg)
[untitled]
Redis notes 01: Introduction

QT:QSS自定义 QScrollBar实例

8、 Transaction control language of MySQL

《通信软件开发与应用》

面试官:Redis中列表的内部实现方式是什么?

Interviewer: what is the internal implementation of the list in redis?
![[roast & brain hole] Some Thoughts on the bullet screen interactive game of Wei Shu Wu Three Kingdoms when visiting station B](/img/2a/c232b83e0acbb970884148bd2aadc1.png)
[roast & brain hole] Some Thoughts on the bullet screen interactive game of Wei Shu Wu Three Kingdoms when visiting station B

snownlp情感分析
随机推荐
How does MySQL find the latest data row that meets the conditions?
Mysql5.7 installation and configuration tutorial (Graphic ultra detailed version)
How to hide cvxpy warnings: warn: a- > P (column pointers) not strictly increasing, column x empty?
Unity group engineering practice project "the strongest takeaway" planning case & error correction document
Leaders always entrust the work to flattering employees
Praise syllogism
Leetcode skimming ---44
Flink -- 内置函数(ALL)
如何监测服务器主机的进出流量?
QT:QSS自定义 QTabWidget 和 QTabBar实例
TypeScript学习总结
MySQL -- index principle + how to use
Type de contenu « Application / X - www - form - urlencoded; Charset = utf - 8 'not supported
Leetcode skimming ---217
Large scale e-commerce project - environment construction
What happened to those who focused on automated testing?
Pytoch has been installed, but vs code still displays no module named 'torch‘
QT:QSS自定义 QMenuBar实例
QT:QSS自定义 QScrollBar实例
Flink chain conditional source code analysis