-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Implement Fluentd normalization for tlog and aushape, as well as Elasticsearch mappings for the ViaQ project.
Latest instructions for setting up a test environment and hacking from @richm:
mkdir ~/viaq
cd ~/viaq
git clone https://github.com/ViaQ/docker-elasticsearch
git clone https://github.com/ViaQ/docker-fluentd
git clone https://github.com/ViaQ/integration-tests
cd integration-tests
./openshift-test.shYou can add ES index templates to docker-elasticsearch/index_templates - the openshift-test will rebuild and redeploy ES with the new index templates
You can add fluentd inputs/filters either by hacking integration-tests/openshift-fluentd/fluent.conf, or by dropping in files matching openshift-fluentd/configs.d/openshift/input-pre-.conf, openshift-fluentd/configs.d/openshift/input-post-.conf, configs.d/openshift/filter-pre-.conf, configs.d/openshift/filter-post-.conf
The mappings should be contributed to https://github.com/ViaQ/elasticsearch-templates