summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/deployment
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
commit379ef615059bdda14c751bad9352504cac37f96d (patch)
tree6478c67a9514a8797c1f873be3ee3deaafadc76f /makefu/2configs/deployment
parent9472ad810cd05cd1da5882fa495408472555caf7 (diff)
ma temp: move elkstack to scrape
Diffstat (limited to 'makefu/2configs/deployment')
-rw-r--r--makefu/2configs/deployment/scrape/elkstack.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefu/2configs/deployment/scrape/elkstack.nix b/makefu/2configs/deployment/scrape/elkstack.nix
new file mode 100644
index 00000000..c6bf1c6d
--- /dev/null
+++ b/makefu/2configs/deployment/scrape/elkstack.nix
@@ -0,0 +1,5 @@
+_:
+{
+ services.elasticsearch.enable = true;
+ services.kibana.enable = true;
+}