Facebook
From Soumil, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 540
  1.  
  2. GET iot_sensor/_search
  3.  
  4.  
  5. PUT iot_sensor/_doc/1
  6. {
  7.       "Mem-used": 340,
  8.       "Disk_read": 4304,
  9.       "Disk_writ": 0,
  10.       "Mem_free": 658,
  11.       "Mem_buff": 0,
  12.       "Mem_cach": " ",
  13.       "CPU_idl": 66,
  14.       "CPU_usr": 56,
  15.       "CPU_sys": -2,
  16.       "CPU_stl": 0,
  17.       "CPU_wai": 0,
  18.       "Net_recv": 403,
  19.       "Net_send": 349,
  20.       "Version": "0.0.0",
  21.       "uptime": 67,
  22.       "proc_run": 7,
  23.       "proc_blk": 5,
  24.       "proc_new": 1,
  25.       "date": "2020-10-25",
  26.       "time": "07:54:30",
  27.       "date_time": "2020-10-25 07:54:30",
  28.       "1m": 0.01815832366300485,
  29.       "5m": 0.42288761860689816,
  30.       "15m": 0.8230923830123971,
  31.       "mac_address": "18:67:b0:7c:00:c2:b1"
  32.    }
  33.  
  34.  
  35. DELETE iot_sensor
  36.  
  37. PUT iot_sensor
  38. {
  39.    "settings": {
  40.       "index": {
  41.          "number_of_shards": 20,
  42.          "number_of_replicas": 1
  43.       }
  44.    },
  45.    "mappings": {
  46.       "properties": {
  47.          "date_time": {
  48.             "type": "date",
  49.             "format": "yyyy-MM-dd HH:mm:ss" ,
  50.             "index": true
  51.          }
  52.       }
  53.    }
  54. }

Replies to Untitled rss

Title Name Language When
Re: Untitled Ample Bongo text 1 Year ago.
Re: Untitled Tacky Pintail text 1 Year ago.