使用 nohup 或 disown 如果你要让某个进程运行在后台。

kibana 添加的scripted field如何使用 vega绘制图片,请大神指教

Kibana | 作者 luzhx0 | 发布于2018年09月03日 | 阅读数:4354

kibana 添加的scripted field(startmap)如何使用 vega绘制图片。
 
使用URL查询,只有timestamp, 找不到startmap,
 
===============================
url: {
      // Context == true means filters of the dashboard will be taken into account
      %context%: true
      // Specify on which field the time picker should operate
       %timefield%: "@timestamp"
     // %sessionid%:"21bfd8f4-13bf-49fd-90ff-30d36a3def79"
      // Specify the index pattern to load data from
      index: _all
      // This body will be send to Elasticsearch's _search endpoint
      // You can use everything the ES Query DSL supports here
      body: {
        // Set the size to load 10000 documents
        size: 10000
        // Just ask for the fields we actually need for visualization
        _source: ["@timestamp","startmap"]
      }
    }
已邀请:

要回复问题请先登录注册