Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
OpenSearch 1.3
Describe the issue:
We’re not able to reference the data stream in visualizations.
I can work around this by simply creating an index pattern that matches the data stream name.
This displays all the dynamic fields just fine in Discovery.
However when we try to use the fields in actual components it refuses to see any fields that aren’t explicitly mapped on the index pattern.
Configuration:
{
"persistent" : {
"action.auto_create_index" : "true",
"aes.jetty.admission_control.global_cpu_usage.window_duration" : "300s",
"cluster.max_shards_per_node" : "1000",
"cluster.metadata.perf_analyzer.state" : "3",
"cluster.routing.allocation.awareness.force.zone.values" : "xx-xxxxx-xx",
"cluster.routing.allocation.cluster_concurrent_rebalance" : "2",
"cluster.routing.allocation.disk.watermark.flood_stage" : "1.7138442993164062gb",
"cluster.routing.allocation.disk.watermark.high" : "3.4276885986328125gb",
"cluster.routing.allocation.disk.watermark.low" : "5.141532897949219gb",
"cluster.routing.allocation.load_awareness.provisioned_capacity" : "2",
"cluster.routing.allocation.load_awareness.skew_factor" : "50.0",
"cluster.routing.allocation.node_concurrent_recoveries" : "2",
"cluster.routing.allocation.node_initial_primaries_recoveries" : "4",
"indices.recovery.max_bytes_per_sec" : "60mb",
"plugins.index_state_management.template_migration.control" : "-1",
"search_backpressure.node_duress.heap_threshold" : "0.85"
},
"transient" : {
"aes.jetty.admission_control.global_cpu_usage.window_duration" : "300s",
"cluster.routing.allocation.awareness.force.zone.values" : "xx-xxxxx-xx",
"cluster.routing.allocation.cluster_concurrent_rebalance" : "2",
"cluster.routing.allocation.disk.watermark.flood_stage" : "1.7138442993164062gb",
"cluster.routing.allocation.disk.watermark.high" : "3.4276885986328125gb",
"cluster.routing.allocation.disk.watermark.low" : "5.141532897949219gb",
"cluster.routing.allocation.exclude.di_number" : "",
"cluster.routing.allocation.load_awareness.provisioned_capacity" : "2",
"cluster.routing.allocation.load_awareness.skew_factor" : "50.0",
"cluster.routing.allocation.node_concurrent_recoveries" : "2",
"cluster.routing.allocation.node_initial_primaries_recoveries" : "4",
"indices.recovery.max_bytes_per_sec" : "60mb",
"search_backpressure.node_duress.heap_threshold" : "0.85"
}
}
Relevant Logs or Screenshots:
Sorry, new user restrictions meant I had to spread this over multiple posts
Discovery, using workaround index pattern with dynamic fields