当前位置:网站首页>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"
}
}
}
}
边栏推荐
- 研发团队数字化转型实践
- How do programmers solve online problems gracefully?
- The monthly salary of the test post is 5-9k, how to increase the salary to 25k?
- excel edit a cell without double clicking
- excel edit a cell without double clicking
- prim生成树
- xss相关知识点以及从 XSS Payload 学习浏览器解码
- SRv6 L3VPN的工作原理
- 计算两点之间的距离
- D - Linear Probing- 并查集
猜你喜欢
毫秒级!千万人脸库快速比对,上亿商品图片检索,背后的极速检索用了什么神器?
How do programmers solve online problems gracefully?
分享10套开源免费的高品质源码,免费源码下载平台
JS prototype hasOwnProperty in Add method Prototype end point Inherit Override parent class method
软技能之UML图
E - Integer Sequence Fair
美赞臣EDI 940仓库装运订单详解
域名重定向工具 —— SwitchHosts 实用教程
drf生成序列化类代码
Go 微服务开发框架DMicro的设计思路
随机推荐
简单3D渲染器的制作
PDF转Word有那么难吗?做一个文件转换器,都解决了
vscode hide menu bar
系统可用性:SRE口中的3个9,4个9...到底是个什么东西?
数据分析04
得物客服热线的演进之路
Check if point is inside rectangle
Avoid hidden text when loading fonts
CAKE:一个用于多视图知识图谱补全的可扩展性常识感知框架
excel change cell size
D - Linear Probing- 并查集
visual studio code multiple editing
Mini Program Graduation Works WeChat Food Recipe Mini Program Graduation Design Finished Product (8) Graduation Design Thesis Template
Calculate the angle of a line defined by two points
APP special test: traffic test
SQL29 Calculate the average next day retention rate of users
还在纠结报表工具的选型么?来看看这个
UML diagram of soft skills
img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)
2022/7/31