Skip to content

Commit 3988754

Browse files
authored
[DOCS][8.x] Hide misleading banner from behavioral analytics docs (#127501)
1 parent 74ec39c commit 3988754

File tree

6 files changed

+48
-0
lines changed

6 files changed

+48
-0
lines changed

docs/reference/search/search-your-data/behavioral-analytics/behavioral-analytics-api.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
<titleabbrev>API overview</titleabbrev>
55
++++
66

7+
++++
8+
<style>
9+
div#url-to-v3 {
10+
display: none !important;
11+
}
12+
</style>
13+
++++
14+
715
This page outlines all the APIs available for behavioral analytics and links to their documentation.
816

917
[discrete]

docs/reference/search/search-your-data/behavioral-analytics/behavioral-analytics-cors.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
<titleabbrev>Set up CORs</titleabbrev>
55
++++
66

7+
++++
8+
<style>
9+
div#url-to-v3 {
10+
display: none !important;
11+
}
12+
</style>
13+
++++
14+
715
Behavioral Analytics sends events directly to the {es} API.
816
This means that the browser makes requests to the {es} API directly.
917
{es} supports https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS[Cross-Origin Resource Sharing (CORS)^], but this feature is disabled by default.

docs/reference/search/search-your-data/behavioral-analytics/behavioral-analytics-event-reference.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
<titleabbrev>Events reference</titleabbrev>
55
++++
66

7+
++++
8+
<style>
9+
div#url-to-v3 {
10+
display: none !important;
11+
}
12+
</style>
13+
++++
14+
715
Behavioral Analytics logs events using the {ecs-ref}/ecs-reference.html[Elastic Common Schema^], including a custom field set for analytics events.
816
Refer to <<behavioral-analytics-event-reference-examples,examples>> of the full data objects that are logged.
917

docs/reference/search/search-your-data/behavioral-analytics/behavioral-analytics-event.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
<titleabbrev>View events</titleabbrev>
55
++++
66

7+
++++
8+
<style>
9+
div#url-to-v3 {
10+
display: none !important;
11+
}
12+
</style>
13+
++++
14+
715
[TIP]
816
====
917
Refer to <<behavioral-analytics-event-reference>> for a complete list of the fields logged by events.

docs/reference/search/search-your-data/behavioral-analytics/behavioral-analytics-overview.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
[[behavioral-analytics-overview]]
22
== Search analytics
33

4+
++++
5+
<style>
6+
div#url-to-v3 {
7+
display: none !important;
8+
}
9+
</style>
10+
++++
11+
412
Behavioral Analytics is an analytics event collection platform.
513
Use these tools to analyze your users' searching and clicking behavior.
614
Leverage this information to improve the relevance of your search results and identify gaps in your content.

docs/reference/search/search-your-data/behavioral-analytics/behavioral-analytics-start.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
<titleabbrev>Get started</titleabbrev>
55
++++
66

7+
++++
8+
<style>
9+
div#url-to-v3 {
10+
display: none !important;
11+
}
12+
</style>
13+
++++
14+
715
You can manage your analytics in the {kib} UI.
816
Go to *Search > Behavioral Analytics* to get started.
917

0 commit comments

Comments
 (0)