mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
* (Doc+) Link API to parent Doc part1 --------- Co-authored-by: shainaraskas <shaina.raskas@elastic.co> Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
25 lines
658 B
Text
25 lines
658 B
Text
[[behavioral-analytics-apis]]
|
|
== Behavioral Analytics APIs
|
|
|
|
beta::[]
|
|
|
|
++++
|
|
<titleabbrev>Behavioral Analytics APIs</titleabbrev>
|
|
++++
|
|
|
|
---
|
|
|
|
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[]
|