about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/elasticsearch/values.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/elasticsearch/values.yaml b/tools/elasticsearch/values.yaml
index c052ff4..9807ff5 100644
--- a/tools/elasticsearch/values.yaml
+++ b/tools/elasticsearch/values.yaml
@@ -7,6 +7,9 @@ elasticsearch:
     resources:
       requests:
         storage: 10Gi
+  networkPolicy:
+    http: true
+    transport: true
   labels:
     app.kubernetes.io/name: elasticsearch
 logstash:
@@ -31,7 +34,7 @@ logstash:
       }
       output {
         elasticsearch {
-          hosts => ["http://elasticsearch-master:9200"]
+          hosts => ["http://elasticsearch-master.monitoring.svc.cluster.local:9200"]
           index => "logstash-%{+YYYY.MM.dd}"
         }
       }