From 396402cdd65c3f1a5b1fe2ab7fc0dd62f9dc35bd Mon Sep 17 00:00:00 2001 From: Michael O'Brien Date: Mon, 23 Jul 2018 10:07:49 -0400 Subject: add filebeat to k8s log demo Change-Id: I1c229a9e5f7c9379d8d9f9fdf724908f083925d9 Issue-ID: LOG-137 Signed-off-by: Michael O'Brien --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b4cf1c3..7a96efd 100644 --- a/README.md +++ b/README.md @@ -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 + -- cgit 1.2.3-korg