当前位置:网站首页>ELK日志采集
ELK日志采集
2022-08-01 23:12:00 【YMY_666】
创建日志索引使文档按照时间字段datetime倒序排序
PUT http://ip:9200/索引名
{
"settings" : {
"number_of_shards": 1,
"number_of_replicas": 0 ,
"index" : {
"sort.field" : "time",
"sort.order" : "desc"
}
},
"mappings": {
"properties": {
"time": {
"type": "date"
}
}
}
}
边栏推荐
猜你喜欢
下载安装 vscode(含汉化、插件的推荐和安装)
From 0 to 100: Notes on the Development of Enrollment Registration Mini Programs
数据分析04
华为无线设备配置双链路冷备份(AP指定配置方式)
【参营经历贴】2022网安夏令营
SRv6 L3VPN的工作原理
Mini Program Graduation Works WeChat Food Recipe Mini Program Graduation Design Finished Product (8) Graduation Design Thesis Template
简单3D渲染器的制作
E - Integer Sequence Fair
关于ETL的两种架构(ETL架构和ELT架构)
随机推荐
解决yolov5训练时出现:“AssertionError: train: No labels in VOCData/dataSet_path/train.cache. Can not train ”
npm npm
PDF转Word有那么难吗?做一个文件转换器,都解决了
还在纠结报表工具的选型么?来看看这个
得物客服热线的演进之路
【SeaTunnel】从一个数据集成组件演化成企业级的服务
JS prototype hasOwnProperty in Add method Prototype end point Inherit Override parent class method
高效工作文档产出归类
下载安装 vscode(含汉化、插件的推荐和安装)
chrome copies the base64 data of an image
Chapter 11 Working with Dates and Times
vscode hide menu bar
Solve the port to take up
y84. Chapter 4 Prometheus Factory Monitoring System and Actual Combat -- Advanced Prometheus Alarm Mechanism (15)
sys_kill system call
TCP 可靠吗?为什么?
程序员如何优雅地解决线上问题?
qt-faststart installation and use
Calculate the distance between two points
Graph Theory - Strongly Connected Component Condensation + Topological Sort