You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by le...@apache.org on 2018/03/12 15:58:48 UTC

[34/40] incubator-senssoft git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-senssoft

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-senssoft


Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/commit/eaae53a9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/tree/eaae53a9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/diff/eaae53a9

Branch: refs/heads/asf-site
Commit: eaae53a909617355d66c0e0db50bf297a1e49ccc
Parents: fabb9a5 2b93e9b
Author: Rob Foley <rg...@users.noreply.github.com>
Authored: Fri Dec 1 13:00:03 2017 -0500
Committer: Rob Foley <rg...@users.noreply.github.com>
Committed: Fri Dec 1 13:00:03 2017 -0500

----------------------------------------------------------------------
 docker/README.md                              | 156 +++++++++++++++++----
 docker/docker-compose.yml                     | 141 ++++++++++---------
 docker/elasticsearch/Dockerfile               |  27 ++++
 docker/elasticsearch/config/elasticsearch.yml |  48 +++++++
 docker/elasticsearch/config/log4j2.properties |  24 ++++
 docker/es/elasticsearch.yml                   | 114 ---------------
 docker/images/configure_index.png             | Bin 0 -> 116678 bytes
 docker/images/confirmation.png                | Bin 0 -> 158876 bytes
 docker/images/dashboard.png                   | Bin 0 -> 172635 bytes
 docker/images/management.png                  | Bin 0 -> 60954 bytes
 docker/kibana/Dockerfile                      |  23 +++
 docker/kibana/config/kibana.yml               |  18 +++
 docker/kibana/dashboard.json                  |  21 +--
 docker/kibana/visualizations.json             |  58 ++++++++
 docker/logstash/Dockerfile                    |   9 +-
 docker/logstash/config/logstash-userale.conf  |   2 +-
 docker/logstash/templates/userale.json        |   5 +-
 docker/requirements.txt                       |   1 +
 docker/startup/entrypoint.sh                  |   3 +-
 docker/tap/Dockerfile                         |  15 +-
 20 files changed, 425 insertions(+), 240 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/eaae53a9/docker/README.md
----------------------------------------------------------------------
diff --cc docker/README.md
index 1d84c2c,df1f84e..036a995
--- a/docker/README.md
+++ b/docker/README.md
@@@ -39,3 -109,27 +109,29 @@@ How to Build SensSoft Docker Container
      ```sh
      $ docker-compose stop
      ```
+  
+ Having Issues?
+ --------------
+ 1. Check out the docker-compose logs for the service(s) that are having issues.
+ 
+    ```bash
+    $ docker-compose ps 
+    ```
+ 1. Make sure to send us the docker-compose logs to help diagnose your issues please!
+    
+    ```bash
+    $ docker-compose logs > err.dump 
+    ```
+ 
+ Todo
+ ---- 
+ - [ ] TAP docker deployment instructions.
+ - [ ] Distill docker deployment instructions. 
+ - [ ] Apache SensSoft Docker + Kubernetes instructions.
+ 
+ [configure_index]: ./images/configure_index.png "Configure Kibana index"
+ [confirmation]: ./images/confirmation.png "Confirm index pattern conflicts"
+ [dashboard]: ./images/dashboard.png "Apache Senssoft Dashboard"
 -[management]: ./images/management.png "Kibana management console"
++[management]: ./images/management.png "Kibana management console"
++
++© Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights reserved.