influxdb/canned
Chris Goller 03c546cfd2 Add layout for telegraf's procstat measurement 2017-01-27 11:59:30 -06:00
..
README.md Update layouts to use ID generation. 2016-10-10 21:00:49 -05:00
apache.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
apps.go Miscellaneous lint cleanup 2016-12-20 12:59:56 -08:00
apps_test.go Update apps test to have a logger 2016-11-07 10:27:35 -06:00
bin.go Add layouts as bindata in case chronograf run as a single-file binary 2016-11-14 19:07:38 -06:00
consul.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
cpu.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
disk.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
diskio.json Add layout for telegraf's system diskio plugin 2017-01-14 13:10:39 -06:00
docker.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
elasticsearch.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
haproxy.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
influxdb_database.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
influxdb_httpd.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
influxdb_queryExecutor.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
influxdb_write.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
kubernetes_node.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
kubernetes_pod_container.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
kubernetes_pod_network.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
kubernetes_system_container.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
load.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
mem.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
memcached.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
mongodb.json Fix mongo layout to remove extra fields 2017-01-04 18:17:23 -06:00
mysql.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
net.json Add layout for telegraf's net measurement 2017-01-27 11:30:41 -06:00
netstat.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
new_apps.sh Fix typo in new_apps script 2017-01-27 11:31:02 -06:00
nginx.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
nsq_channel.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
nsq_server.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
nsq_topic.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
ping.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
postgresql.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
processes.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
procstat.json Add layout for telegraf's procstat measurement 2017-01-27 11:59:30 -06:00
rabbitmq.json Add rabbitmq canned dash 2017-01-09 12:33:22 -08:00
redis.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
riak.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
uuid.sh Add nginx layout 2016-11-11 10:37:14 -06:00
varnish.json Update pre-canned layouts to not have the telegraf database specified. 2016-11-18 16:07:53 -06:00
win_cpu.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
win_mem.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
win_net.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
win_system.json Fix template layout ordering 2016-11-29 17:41:19 -05:00
win_websvc.json Fix template layout ordering 2016-11-29 17:41:19 -05:00

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.