PUT /_template/tests-dev
{ "index_patterns": ["tests-*"], "template": {"settings":{"number_of_shards":1,"number_of_replicas":0},"mappings":{"properties":{"@timestamp":{"type":"date"},"name":{"type":"keyword"},"ip":{"type":"keyword"},"status":{"type":"keyword"},"utilization":{"type":"integer"}}}} }
POST /tests-001/_doc/_bulk
{"index":{}}
{"@timestamp":"2021-08-13T01:38:32Z","name":"oeyaoahiug","ip":"40.5.243.80","status":"ok","utilization":42814}
{"index":{}}
{"@timestamp":"2021-08-11T07:38:32Z","name":"ekkloe","ip":"92.153.51.199","status":"ok","utilization":6179}
{"index":{}}
{"@timestamp":"2021-08-09T13:38:32Z","name":"ioao","ip":"20.124.79.25","status":"ok","utilization":12145}
{"index":{}}
{"@timestamp":"2021-08-07T19:38:32Z","name":"iugohugo","ip":"175.222.33.134","status":"bad","utilization":6978}
{"index":{}}
{"@timestamp":"2021-08-06T01:38:32Z","name":"aoookmje","ip":"251.251.39.180","status":"ok","utilization":2186}
-
-
Save tsullivan/1f999db105499e553aee020ab21c1e9b to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment