summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-02-21 15:28:46 -0500
committerGitHub <noreply@github.com>2017-02-21 15:28:46 -0500
commit8b27f4909d91850dad92e7bcbd660c0b674876c8 (patch)
treea88912644ffc77e743093cf136551488c9bb817b /roles/openshift_logging
parent21c8b00b2db05ba5a6f85ba6a5c97494152231af (diff)
parentcf9ad2651915c2c328c4402e410feb4c7abd122f (diff)
downloadopenshift-8b27f4909d91850dad92e7bcbd660c0b674876c8.tar.gz
openshift-8b27f4909d91850dad92e7bcbd660c0b674876c8.tar.bz2
openshift-8b27f4909d91850dad92e7bcbd660c0b674876c8.tar.xz
openshift-8b27f4909d91850dad92e7bcbd660c0b674876c8.zip
Merge pull request #3444 from richm/bug-1420219
Bug 1420219 - No log entry can be found in Kibana UI after deploying logging stacks with ansible
Diffstat (limited to 'roles/openshift_logging')
-rw-r--r--roles/openshift_logging/templates/elasticsearch.yml.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/openshift_logging/templates/elasticsearch.yml.j2 b/roles/openshift_logging/templates/elasticsearch.yml.j2
index dad78b844..8021a476d 100644
--- a/roles/openshift_logging/templates/elasticsearch.yml.j2
+++ b/roles/openshift_logging/templates/elasticsearch.yml.j2
@@ -38,6 +38,11 @@ gateway:
io.fabric8.elasticsearch.authentication.users: ["system.logging.kibana", "system.logging.fluentd", "system.logging.curator", "system.admin"]
+openshift.config:
+ use_common_data_model: true
+ project_index_prefix: "project"
+ time_field_name: "@timestamp"
+
openshift.searchguard:
keystore.path: /etc/elasticsearch/secret/admin.jks
truststore.path: /etc/elasticsearch/secret/searchguard.truststore