zoukankan      html  css  js  c++  java
  • 常用查询语句

    severity:info AND topology_name:tempest AND class:c.c.s.t.b.AbstractTradePublicationBolt
    topology_name:tempest AND class:c.c.s.t.b.AbstractTradePublicationBolt AND ev_UITID:"168282:20181227010040977"

    topology_id tempest-1-1548057139


    severity:error AND topology_name:"tempest" NOT topology_name:"tempest-g10"


    thread:"prod-nam_EdgePersistorBolt" AND message:"168282:20181227010040977"
    thread:"prod-nam_EdgePublicationBolt" AND message:"168282:20181227010040977"

    severity:error AND thread:"prod-nam_EdgePublicationBolt"

    prod-nam_EdgeKafkaSpout
    prod-nam_EdgeMapperBolt
    prod-nam_EdgePersistorBolt
    prod-nam_EdgeRejectedTradePersistorBolt
    prod-nam_EdgeValidatorBolt
    prod-nam_EdgePublicationBolt

    message:"Message sent to PROD.TM.EDGE.INTRADAY.ACK"
    message:"Exception occurred when attempting to publish trade to Kafka"
    message:"Mapping error"
    message:"Mapping is successfully completed"


    severity:info AND thread:"prod-nam_EdgePublicationBolt" NOT message:"Message sent to PROD.TM.EDGE.INTRADAY.ACK"

    message:"Async loop died" AND @timestamp:[2019-01-22T00:44:00Z TO 2019-01-22T01:30:00Z]

    beat.hostname:lmwratsiap3p

    Async loop interrupted


    Launching worker for

    Shutting down worker

    GET /metrics-tm-api-2020.07.15/_settings?pretty
    {
    "metrics-tm-api-2020.07.15": {
    "settings": {
    "index": {
    "number_of_shards": "5",
    "blocks": {
    "read_only_allow_delete": "true"
    },
    "provided_name": "metrics-tm-api-2020.07.15",
    "creation_date": "1594771229381",
    "number_of_replicas": "1",
    "uuid": "mqbGQwbTT6GYBKQs290uhA",
    "version": {
    "created": "6040199"
    }
    }
    }
    }
    }

    curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'


    http://lswsimap7u:9200/_template/metrics_template

    http://lswsimap7u:9200/metrics-tm-api-2020.07.13/_mapping
    GET /metrics-tm-api-2020.07.15/_settings?pretty
    {
    "_index": "metrics-tm-api-2020.07.13",
    "_type": "doc",
    "_id": "SpBiR3MBR2mMbdnm4ctG",
    "_version": 1,
    "_score": null,
    "_source": {
    "@timestamp": "2020-07-13T08:55:29.255Z",
    "name": "http_server_requests",
    "type": "timer",
    "exception": "None",
    "host": "lmwratsiap3u.nam.nsroot.net",
    "method": "GET",
    "outcome": "REDIRECTION",
    "status": "302",
    "uri": "REDIRECTION",
    "count": 0,
    "sum": 0,
    "mean": 0,
    "max": 0
    },
    "fields": {
    "@timestamp": [
    "2020-07-13T08:55:29.255Z"
    ]
    },
    "sort": [
    1594630529255
    ]
    }

     GET _cat/indices?v&s=store.size:desc

  • 相关阅读:
    Tweet信息搜集工具tinfoleak
    Visual Studio 2017为Android APK包签名
    Arduino可穿戴教程之第一个程序——上传运行程序(四)
    基于NMAP日志文件的暴力破解工具BruteSpray
    CSS3边框圆角知识
    渐变的几个效果图
    错误类型
    prompt() 方法
    jQuery 遍历
    jquery的商品首页
  • 原文地址:https://www.cnblogs.com/tonggc1668/p/10329167.html
Copyright © 2011-2022 走看看