diff options
author | 2018-07-23 10:07:49 -0400 | |
---|---|---|
committer | 2018-07-30 17:05:31 -0400 | |
commit | 396402cdd65c3f1a5b1fe2ab7fc0dd62f9dc35bd (patch) | |
tree | df15f46731eca7299f4be2204272c1c2600e5177 /README.md | |
parent | 268e848b1494dc09d614d8479f70bf9aefa69166 (diff) |
add filebeat to k8s log demo
Change-Id: I1c229a9e5f7c9379d8d9f9fdf724908f083925d9
Issue-ID: LOG-137
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,9 @@ -This project contains reference configurations for ONAP logging providers and an Elastic Stack pipeline consisting of Filebeat, Logstash, Elastic Search and Kibana Discover. -The project also contains several reference logging library abstractions. +This project contains the reference configurations for ONAP logging providers and an Elastic Stack pipeline consisting of Filebeat, Logstash, Elasticsearch and Kibana. +The project also contains several reference logging library abstractions for Java and Python. See the OOM project for automated deployment of the Elastic Stack pipeline and application of provider configuration as part of bringing up ONAP on kubernetes. +There is a reference slf4j library in https://git.onap.org/logging-analytics/tree/reference/logging-slf4j To deploy the kubernetes undercloud and provision OOM refer to the deploy subfolder in this project. + +Running the logdemonode pod: +see the README.md in the reference/logging-kubernetes/logdemonode directory + |