summaryrefslogtreecommitdiffstats
path: root/kubernetes/log
AgeCommit message (Collapse)AuthorFilesLines
2017-12-01Fix Elasticsearch template issueshanedaniel1-1/+1
Issue-ID: OOM-443 Change-Id: Idc24ac31d3582f73df75d6697363efd44306cb12 Signed-off-by: shanedaniel <shane.daniel@amdocs.com> (cherry picked from commit 1cdda18576f926349e7628152b5326f8d69a92cc)
2017-11-21Revert fixed kibana and logstash connection to esAlexis de Talhouët4-6/+6
This reverts commit 6b7eed0b201db46435b38d68eec3b84ba4fa4eba. Issue-ID: OOM-420 Change-Id: Ib78037089df6474a978134c0480d9169ab557795 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-12fixed kibana and logstash connection to esKerenj4-6/+6
Change-Id: I21b3af541ee32c8231b4b5cc0db8c335586a33b0 Issue-ID: OOM-420 Signed-off-by: Kerenj <keren.joseph@amdocs.com>
2017-11-01Merge "Add logstash parsing for SDC-BE and AAI-ML"Mandeep Khinda1-10/+62
2017-11-01Add logstash parsing for SDC-BE and AAI-MLshanedaniel1-10/+62
Issue-ID: OOM-378 Change-Id: Iac26f9076b09b815c6cb70643e8c6f384c3b8b9c Signed-off-by: shanedaniel <shane.daniel@amdocs.com>
2017-11-01Fix configuration of elasticsearchBorislavG3-33/+44
elasticsearch config file was mapped to wrong location. Effectively, elasticsearch.yml file was not taken into account and default values are used. Issue-ID: OOM-390 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Change-Id: I494341f4c32dff9a13f4b0a460a24e6e9776c584
2017-10-29Add option to disable specific deploymentsyuryn5-3/+16
Add option to disable any deployment by using conditions in helm templates. Each deployment will get helm parameter - boolean flag allowing to disable it. The flags can be listed in the custom values.yaml file that can be passed to the createAll script with '-v' command line option. Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56 Issue-ID: OOM-380 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-14Seed of deployment of log componentsitay1-1/+1
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>
2017-09-14Seed of deployment of log componentsItay Hassid11-0/+803
Deployment of: Logstash + ElasticSearch + Kubana with all the configuration files Issue-ID:OOM-110 Change-Id: I1788485ccb283f0ec4dc8910479072a6cf034e5f Signed-off-by: Itay Hassid <itay.hassid@amdocs.com>