Put Analytics Collectionedit

This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

Creates an Analytics Collection.

Requestedit

PUT _application/analytics/<name>

Path parametersedit

<name>
(Required, string)

Prerequisitesedit

Requires the manage_behavioral_analytics cluster privilege.

Response codesedit

400
Analytics Collection <name> exists.

Examplesedit

The following example creates a new Analytics Collection called my_analytics_collection:

PUT _application/analytics/my_analytics_collection