This is an automated email from the ASF dual-hosted git repository. poorejc pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git
commit a6ccb7b3eca0e8a0e3f51b310d2284caf0a8c136 Merge: ae46af7 d9cddf0 Author: poorejc <[email protected]> AuthorDate: Thu Sep 5 11:40:08 2019 -0400 pulling v2.0.2 site updates to live site content/docs/distill/index.html | 2 + content/docs/distill/start.html | 6 +- content/docs/stack/index.html | 8 +- content/docs/stack/scaling/index.html | 2 +- content/docs/stout/index.html | 6 +- content/docs/stout/start.html | 6 +- content/docs/tap/index.html | 6 +- content/docs/useralejs/API/index.html | 24 +- content/feed.xml | 2 +- content/releases/index.html | 34 +- docker/README.md | 16 +- ...docker-compose.yml => docker-compose-6.6.2.yml} | 0 docker/docker-compose.yml | 51 +-- docker/elasticsearch/6.8.2/Dockerfile | 30 ++ .../elasticsearch/6.8.2/config/elasticsearch.yml | 51 +++ .../elasticsearch/6.8.2/config/log4j2.properties | 24 ++ docker/kibana/6.8.2/Dockerfile | 20 + ...Apache Flagon Business Analytics Dashboard.json | 18 + .../Apache Flagon Page Usage Dashboard.json | 18 + .../Apache Flagon User Access Dashboard.json | 18 + .../Apache Flagon Visualizations.json | 427 +++++++++++++++++++++ .../6.8.2/Saved Objects/Drill-Down Search.json | 22 ++ docker/kibana/6.8.2/config/kibana.yml | 18 + docker/logstash/6.8.2/Dockerfile | 31 ++ .../logstash/6.8.2/pipeline/logstash-userale.conf | 52 +++ docker/logstash/6.8.2/templates/userale.json | 153 ++++++++ release/make-release-artifacts.sh | 2 + site/_docs/distill/index.md | 2 + site/_docs/distill/start.md | 2 + site/_docs/stack/index.md | 8 +- site/_docs/stack/scaling.md | 2 +- site/_docs/stout/index.md | 3 + site/_docs/stout/start.md | 1 + site/_docs/tap/index.md | 2 + site/_docs/useralejs/API.md | 23 +- site/_pages/releases.html | 34 +- site/_site/docs/distill/index.html | 2 + site/_site/docs/distill/start.html | 6 +- site/_site/docs/stack/index.html | 8 +- site/_site/docs/stack/scaling/index.html | 2 +- site/_site/docs/stout/index.html | 6 +- site/_site/docs/stout/start.html | 6 +- site/_site/docs/tap/index.html | 6 +- site/_site/docs/useralejs/API/index.html | 24 +- site/_site/feed.xml | 2 +- site/_site/releases/index.html | 34 +- 46 files changed, 1074 insertions(+), 146 deletions(-)
