Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
series: xenial
services:
kibana:
charm: "cs:trusty/kibana-15"
to:
- lxc 2
num_units: 1
expose: true
annotations:
"gui-x": "979"
"gui-y": "731"
elasticsearch:
charm: "cs:elasticsearch-15"
to:
- lxc 2
num_units: 1
annotations:
"gui-x": "680"
"gui-y": "735"
filebeat:
charm: "cs:filebeat-7"
annotations:
"gui-x": "352"
"gui-y": "654"
topbeat:
charm: "cs:topbeat-5"
annotations:
"gui-x": "352"
"gui-y": "854"
packetbeat:
charm: "cs:~containers/packetbeat-5"
annotations:
"gui-x": "352"
"gui-y": "1054"
relations:
- - "kibana:rest"
- "elasticsearch:client"
- - "filebeat:elasticsearch"
- "elasticsearch:client"
- - "topbeat:elasticsearch"
- "elasticsearch:client"
- - "packetbeat:elasticsearch"
- "elasticsearch:client"
- - "filebeat:beats-host openstack-dashboard"
- "topbeat:beats-host openstack-dashboard"
- - "packetbeat:beats-host openstack-dashboard"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment