当前位置:网站首页>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 .
边栏推荐
- Type de contenu « Application / X - www - form - urlencoded; Charset = utf - 8 'not supported
- 面试官:Redis中列表的内部实现方式是什么?
- Leetcode skimming ---189
- Mysql--索引原理+如何使用
- Uni app learning 1 bottom menu and parent-child components
- MySql 怎么查出符合条件的最新的数据行?
- Leetcode skimming ---283
- 多路IO转接——前导
- logstash备份跟踪上报的数据记录
- Numpy quick start (V) -- Linear Algebra
猜你喜欢

那些一門心思研究自動化測試的人,後來怎樣了?

Set ArrayList nested map set loop traversal

MySQL reports an error "expression 1 of select list is not in group by claim and contains nonaggre" solution

Large scale e-commerce project - environment construction

Que se passe - t - il ensuite pour ceux qui se sont concentrés sur les tests automatisés?

【蓝桥杯选拔赛真题44】Scratch消灭骷髅军团 少儿编程scratch蓝桥杯选拔赛真题讲解

QT:QSS自定义 QScrollBar实例

MySQL checks for automatic updates at 0:00 every day

QT:QSS自定义 QTabWidget 和 QTabBar实例

Detailed cross validation and grid search -- sklearn implementation
随机推荐
What happened to those who focused on automated testing?
月薪过万的测试员,是一种什么样的生活状态?
QT:QSS自定义 QProgressBar实例
[SQL] an article takes you to master the operations related to query and modification of SQL database
Flink-- custom function
Basic theoretical knowledge of software testing -- app testing
Strategic management of project organization
Wechat applet training notes 1
Numpy quick start (IV) -- random sampling and general functions
Buy health products for parents
snownlp情感分析
Interviewer: what is the internal implementation of the list in redis?
Take you into the cloud native database industry, Amazon Aurora
Flink < --> Introduction to JDBC +with parameter
Chiyou (), a specific mythical image, is also gradually abstracted as a dramatic character type "Jing". "Jing", born in Dan Dynasty and ugly at the end, is the earliest "profession" in Chinese drama
公司里只有一个测试是什么体验?听听他们怎么说吧
How to hide cvxpy warnings: warn: a- > P (column pointers) not strictly increasing, column x empty?
有些能力,是工作中学不来的,看看这篇超过90%同行
MySQL checks for automatic updates at 0:00 every day
QT:QSS自定义 QRadioButton实例