This is an automated email from the ASF dual-hosted git repository. poorejc pushed a commit to branch FLAGON-447 in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git
commit 9f17ad935afe9049cccbf5998a4cd046861dca03 Author: poorejc <[email protected]> AuthorDate: Wed Aug 21 23:16:44 2019 -0400 [FLAGON-446,449] Add NOTEs of Deprecation to TAP/Distill Docs --- site/_docs/distill/index.md | 2 ++ site/_docs/stack/index.md | 8 ++++---- site/_docs/stack/scaling.md | 2 +- site/_docs/tap/index.md | 2 ++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/site/_docs/distill/index.md b/site/_docs/distill/index.md index 0564c50..c7b5e18 100644 --- a/site/_docs/distill/index.md +++ b/site/_docs/distill/index.md @@ -7,6 +7,8 @@ priority: 0 ### Installing Apache Distill +#####This project is not currently maintained and will be refactored. If you are interested in Distill, join the discussion on our [dev list](mailto:[email protected]). + The first step is to install Apache Distill. First, checkout the latest version of Apache Distill. ```shell diff --git a/site/_docs/stack/index.md b/site/_docs/stack/index.md index c9a4918..8da3b0d 100644 --- a/site/_docs/stack/index.md +++ b/site/_docs/stack/index.md @@ -33,7 +33,7 @@ The build process produces a minified version of UserALE.js and a Web Extension ```markdown #include userale in your project via script tag - <script src="/path/to/userale-1.0.0.min.js" data-url="http://yourLoggingUrl"></script> + <script src="/path/to/userale-2.0.2.min.js" data-url="http://yourLoggingUrl"></script> ``` Apache UserALE.js allows for configuration via HTML 5 data parameters. For a complete list of options, see the [docs]({{ '/docs/useralejs' | prepend: site.baseurl }}) or the [README](https://github.com/apache/incubator-flagon-useralejs/blob/master/README.md). You can also modify Apache UserALE.js using our API. Find examples in our [repos](https://github.com/apache/incubator-flagon-useralejs/tree/FLAGON-192). @@ -49,8 +49,8 @@ To build our single-node Elastic instance, **first clone our [Docker repo](https Then, **start up a virtual machine**. ```shell # start virtual machine and requisite network -$ docker-machine create --virtualbox-memory 3072 --virtualbox-cpu-count 2 senssoft -$ docker-machine ssh senssoft sudo sysctl -w vm.max_map_count=262144 +$ docker-machine create --virtualbox-memory 3072 --virtualbox-cpu-count 2 flagon +$ docker-machine ssh flagon sudo sysctl -w vm.max_map_count=262144 $ docker network create esnet ``` Next, **start Elastic services**. @@ -67,4 +67,4 @@ Before starting Kibana, **generate some logs**. Move your mouse around, click ar Finally, **navigate to localhost:5601 (Kibaba), set an index pattern, and load our visualizations and dashboards** to see your logs. Find simple instructions in our [README](https://github.com/apache/incubator-flagon/tree/master/docker). -Subscribe to our [dev list]([email protected]) and join the conversation! \ No newline at end of file +Subscribe to our [dev list](mailto:[email protected]) and join the conversation! \ No newline at end of file diff --git a/site/_docs/stack/scaling.md b/site/_docs/stack/scaling.md index bd7fff6..bf2bc56 100644 --- a/site/_docs/stack/scaling.md +++ b/site/_docs/stack/scaling.md @@ -363,5 +363,5 @@ Again, Flagon's single-node container is not a scaling solution. It's a building block benchmarking tool to help you build and manage scale and cost. -Subscribe to our [dev list]([email protected]) and join the conversation! +Subscribe to our [dev list](mailto:[email protected]) and join the conversation! diff --git a/site/_docs/tap/index.md b/site/_docs/tap/index.md index 2ca7c3b..3c98059 100644 --- a/site/_docs/tap/index.md +++ b/site/_docs/tap/index.md @@ -5,6 +5,8 @@ permalink: /docs/tap/ priority: 0 --- +#####This project is not currently maintained and will be refactored. If you are interested in TAP, join the discussion on our [dev list](mailto:[email protected]). + Tap is an experimental sandbox for Apache Flagon, highlighting customer visual analytics to highlight insights derived from Apache UserAle.js. It consists of a React-Django web app that allows you to access your applications' usage data via data visualizations built in D3. Work on Tap's documentation is ongoing. To get involved, see our [Contributing]({{ '/docs/contributing' | prepend: site.baseurl }}) guide. To get started with Tap, [try out the full Flagon system]({{ '/docs/stack' | prepend: site.baseurl }}).
