Skip to content

Instantly share code, notes, and snippets.

@roll4life
Created September 20, 2017 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roll4life/3017292adec8098a256cf37b645d9212 to your computer and use it in GitHub Desktop.
Save roll4life/3017292adec8098a256cf37b645d9212 to your computer and use it in GitHub Desktop.
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