influxdb/canned
Iris Scholten 91fef5307c Add template variables db and rp to canned layouts json
Also surround all measurements and template variables with
escaped quotes

Regex find and replace used:
FIND: `FROM (\w+)`, REPLACE: `FROM \\":db:\\".\\":rp:\\".\\"$1\\"`
FIND: `FROM ([\\"]{2}[^"\\]*[\\"]{2})` , REPLACE: `FROM \\":db:\\".\\":rp:\\".$1`

Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-16 14:55:06 -07:00
..
README.md
apache.json
bin.go
consul.json
consul_agent.json
consul_cluster.json
consul_election.json
consul_http.json
consul_leadership.json
consul_serf_events.json
cpu.json
disk.json
diskio.json
docker.json
docker_blkio.json
docker_net.json
elasticsearch.json
haproxy.json
influxdb_database.json
influxdb_httpd.json
influxdb_queryExecutor.json
influxdb_write.json
kubernetes_node.json
kubernetes_pod_container.json
kubernetes_pod_network.json
kubernetes_system_container.json
load.json
mem.json
memcached.json
mesos.json
mongodb.json
mysql.json
net.json
netstat.json
new_apps.sh
nginx.json
nsq_channel.json
nsq_server.json
nsq_topic.json
phpfpm.json
ping.json
postgresql.json
processes.json
procstat.json
rabbitmq.json
redis.json
riak.json
uuid.sh
varnish.json
win_cpu.json
win_mem.json
win_net.json
win_system.json
win_websvc.json

README.md

Canned Applications

The JSON application layouts in this directory ship with the application as nice, default layouts and queries for telegraf data.

Create new Application

To create a new application in this directory run ./new_apps.sh. This shell script will create a new application template with a generated UUID. Update this layout application file's queries, measurements, and application name.