侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

nginx access日志索引模板

2023-11-07 星期二 / 0 评论 / 0 点赞 / 59 阅读 / 1594 字

{"template": "nginx-access-*","settings": {"index": {"refresh_interval": "5s"}},"mappings": {"nginx-

{"template": "nginx-access-*","settings": {"index": {"refresh_interval": "5s"}},"mappings": {"nginx-access": {"properties": {"@timestamp": {"type": "date","format": "strict_date_optional_time||epoch_millis"},"@version": {"type": "string"},"agent": {"type": "string"},"auth": {"type": "string"},"bytes": {"type": "string"},"clientip": {"type": "string"},"domain": {"type": "string","norms": {"enabled": false},"fielddata": {"format": "disabled"},"fields": {"raw": {"type": "string","index": "not_analyzed","ignore_above": 256}}},"fullurl": { //使fullurl字段产生.raw聚合,在查询时,使fullurl.raw查询时不分词"type": "string","norms": {"enabled": false},"fielddata": {"format": "disabled"},"fields": {"raw": {"type": "string","index": "not_analyzed","ignore_above": 256}}},"host": {"type": "string"},"httpversion": {"type": "string"},"ident": {"type": "string"},"method": {"type": "string"},"nsCode": {"type": "string"},"path": {"type": "string"},"referrer": {"type": "string","norms": {"enabled": false},"fielddata": {"format": "disabled"},"fields": {"raw": {"type": "string","index": "not_analyzed","ignore_above": 256}}},"request": {"type": "string","norms": {"enabled": false},"fielddata": {"format": "disabled"},"fields": {"raw": {"type": "string","index": "not_analyzed","ignore_above": 256}}},"request_time": {"type": "string"},"response": {"type": "string"},"tags": {"type": "string"},"timestamp": {"type": "string"},"type": {"type": "string"},"varniship": {"type": "string"}}}}}

 

广告 广告

评论区