elasticsearch/docs/reference/behavioral-analytics/apis/index.asciidoc
Kathleen DeRusso ae6474db63
Deprecate Behavioral Analytics CRUD apis (#122960)
* Deprecate Behavioral Analytics CRUD APIs

* Add allowed warning for REST Compatibility tests

* Update docs/changelog/122960.yaml

* Update changelog

* Update docs to add deprecation flags and fix failing tests

* Update changelog

* Update changelog again

* Update docs formatting

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>

* Skip asciidoc test

---------

Co-authored-by: Efe Gürkan YALAMAN <efeyalaman@gmail.com>
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
Co-authored-by: Efe Gürkan YALAMAN <efeguerkan.yalaman@elastic.co>
2025-02-25 16:02:50 +01:00

32 lines
821 B
Text

[[behavioral-analytics-apis]]
== Behavioral Analytics APIs
deprecated:[9.0.0]
beta::[]
++++
<titleabbrev>Behavioral Analytics APIs</titleabbrev>
++++
---
.New API reference
[sidebar]
--
For the most up-to-date API details, refer to {api-es}/group/endpoint-analytics[Behavioral analytics APIs].
--
Use the following APIs to manage tasks and resources related to <<behavioral-analytics-overview,Behavioral Analytics>>:
* <<put-analytics-collection>>
* <<delete-analytics-collection>>
* <<list-analytics-collection>>
Use the following API to ingest events into an Analytics collection:
* <<post-analytics-collection-event>>
include::put-analytics-collection.asciidoc[]
include::delete-analytics-collection.asciidoc[]
include::list-analytics-collection.asciidoc[]
include::post-analytics-collection-event.asciidoc[]