This is an automated email from the ASF dual-hosted git repository.
austin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git
The following commit(s) were added to refs/heads/master by this push:
new 50b87a7 typos
new 56482b6 Merge pull request #25 from brucearctor/typo
50b87a7 is described below
commit 50b87a7f759dced1c46476605670d9ec7d16d5f9
Author: Bruce Arctor <[email protected]>
AuthorDate: Thu Apr 28 08:02:04 2022 -0700
typos
---
site/_docs/stack/index.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/site/_docs/stack/index.md b/site/_docs/stack/index.md
index 8da3b0d..cbb5f85 100644
--- a/site/_docs/stack/index.md
+++ b/site/_docs/stack/index.md
@@ -42,7 +42,7 @@ Apache UserALE.js allows for configuration via HTML 5 data
parameters. For a com
You can now start generating behavioral log data from your page, or through
your browser. To view these logs, you can either utilize our [example logging
server](https://github.com/apache/incubator-flagon-useralejs/tree/master/example)
and log to file, or you can log directly to our Elastic backend. For complete
instructions, see the
[README](https://github.com/apache/incubator-flagon/tree/master/docker)
### Building and Using the Elastic Backend
-[Apache Flagon](https://github.com/apache/incubator-flagon) utilizes an
Elastic stack for transforming, indexing, and storing log data. With Elastic,
you'll not only have the ability to search and query log dat, but you'll also
be able to monitor it and visualize it through Kibana.
+[Apache Flagon](https://github.com/apache/incubator-flagon) utilizes an
Elastic stack for transforming, indexing, and storing log data. With Elastic,
you'll not only have the ability to search and query log data, but you'll also
be able to monitor it and visualize it through Kibana.
To build our single-node Elastic instance, **first clone our [Docker
repo](https://github.com/apache/incubator-flagon/tree/master/docker)**. Note
that for production-level deployments, you should probably check out our
[Kubernetes
build](https://github.com/apache/incubator-flagon/tree/master/kubernetes) and
our [guide for scaling]({{ '/docs/stack/scaling' | prepend: site.baseurl }})).
@@ -65,6 +65,6 @@ Next, **start Elastic services**.
Before starting Kibana, **generate some logs**. Move your mouse around, click
around, etc. Do this for a couple minutes to populate the index.
-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).
+Finally, **navigate to localhost:5601 (Kibana), 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](mailto:[email protected])
and join the conversation!
\ No newline at end of file
+Subscribe to our [dev list](mailto:[email protected])
and join the conversation!