-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Closed
Closed
Copy link
Labels
:Data Management/Indices APIsDO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.DO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.Team:Data Management (obsolete)DO NOT USE. This team no longer exists.DO NOT USE. This team no longer exists.
Description
I can only reproduce this with integration-managed streams, I didn't understand where their routing path comes from:
- Install assets of the
systemintegration package - Create data stream:
PUT _data_stream/metrics-system.memory-yyy - Do a dry run of the _mappings api:
PUT _data_stream/metrics-system.memory-yyy/_mappings?dry_run=true
{ }
fails with:
{
"data_streams": [
{
"name": "metrics-system.memory-yyy",
"applied_to_data_stream": false,
"error": "[index.mode=time_series] requires a non-empty [index.routing_path]",
"mappings": {
"_doc": {}
},
"effective_mappings": {
"_doc": {}
}
}
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Data Management/Indices APIsDO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.DO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.Team:Data Management (obsolete)DO NOT USE. This team no longer exists.DO NOT USE. This team no longer exists.