Transforms
editTransforms
edit[preview] This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
Transforms enable you to convert existing Elasticsearch indices into summarized indices, which provide opportunities for new insights and analytics.
For example, you can use transforms to pivot your data into entity-centric indices that summarize the behavior of users or sessions or other entities in your data. Or you can use transforms to find the latest document among all the documents that have a certain unique key.
For more information, check out:
Create and manage transforms
editIn Project settings → Management → Transforms, you can create, edit, stop, start, reset, and delete transforms:
When you create a transform, you must choose between two types: pivot and latest. You must also decide whether you want the transform to run once or continuously. For more information, go to Transforms overview.