Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<titleabbrev>API overview</titleabbrev>
++++

++++
<style>
div#url-to-v3 {
display: none !important;
}
</style>
++++

This page outlines all the APIs available for behavioral analytics and links to their documentation.

[discrete]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<titleabbrev>Set up CORs</titleabbrev>
++++

++++
<style>
div#url-to-v3 {
display: none !important;
}
</style>
++++

Behavioral Analytics sends events directly to the {es} API.
This means that the browser makes requests to the {es} API directly.
{es} supports https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS[Cross-Origin Resource Sharing (CORS)^], but this feature is disabled by default.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<titleabbrev>Events reference</titleabbrev>
++++

++++
<style>
div#url-to-v3 {
display: none !important;
}
</style>
++++

Behavioral Analytics logs events using the {ecs-ref}/ecs-reference.html[Elastic Common Schema^], including a custom field set for analytics events.
Refer to <<behavioral-analytics-event-reference-examples,examples>> of the full data objects that are logged.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<titleabbrev>View events</titleabbrev>
++++

++++
<style>
div#url-to-v3 {
display: none !important;
}
</style>
++++

[TIP]
====
Refer to <<behavioral-analytics-event-reference>> for a complete list of the fields logged by events.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[[behavioral-analytics-overview]]
== Search analytics

++++
<style>
div#url-to-v3 {
display: none !important;
}
</style>
++++

Behavioral Analytics is an analytics event collection platform.
Use these tools to analyze your users' searching and clicking behavior.
Leverage this information to improve the relevance of your search results and identify gaps in your content.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<titleabbrev>Get started</titleabbrev>
++++

++++
<style>
div#url-to-v3 {
display: none !important;
}
</style>
++++

You can manage your analytics in the {kib} UI.
Go to *Search > Behavioral Analytics* to get started.

Expand Down