Deployment of: Logstash + ElasticSearch + Kubana with all the configuration files- fix hostPath in PersistentVolume
Issue-ID:OOM-110
Change-Id: Id8e831667ebd99b501504f12be5b382422e1599b
Signed-off-by: itay <Itay.Hassid@Amdocs.Com>
     - ReadWriteMany
   persistentVolumeReclaimPolicy: Retain
   hostPath:
-    path: /dockerdata-nfs/{{ .Values.nsPrefix }}/elasticsearch/data
+    path: /dockerdata-nfs/{{ .Values.nsPrefix }}/log/elasticsearch/data
 ---
 kind: PersistentVolumeClaim
 apiVersion: v1