summaryrefslogtreecommitdiffstats
path: root/2configs/deployment/scrape
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-11-15 16:43:32 +0100
committermakefu <github@syntax-fehler.de>2017-11-15 16:43:32 +0100
commitf2a84932e57608c746e667a49dd8eb488efd5f68 (patch)
treebaf425c806609e7380df028fe95a333438628d58 /2configs/deployment/scrape
parentd49389f323178df87a39a656a6b0f891fecbd447 (diff)
ma temp: move elkstack to scrape
Diffstat (limited to '2configs/deployment/scrape')
-rw-r--r--2configs/deployment/scrape/elkstack.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/2configs/deployment/scrape/elkstack.nix b/2configs/deployment/scrape/elkstack.nix
new file mode 100644
index 000000000..c6bf1c6d8
--- /dev/null
+++ b/2configs/deployment/scrape/elkstack.nix
@@ -0,0 +1,5 @@
+_:
+{
+ services.elasticsearch.enable = true;
+ services.kibana.enable = true;
+}