cpfsyslog/src/put-elasticsearch-template.sh

7 lines
149 B
Bash
Raw Normal View History

2018-07-14 19:23:50 -07:00
#!/bin/sh
set -e
set -x
2018-07-14 21:36:03 -07:00
curl -X PUT "http://homeapps1:8298/_template/firewall" -H "Content-Type: application/json" -d @elasticsearch-template.json