You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Opensearch: 1.3.3
OS: CentOS 7.9
Is it possible to use such configuraton while creating _index_template ? Or I can use only this types?
Is it possible at all to prevent to index part of fields?
The text was updated successfully, but these errors were encountered:
Does anyone know, is it possible to prevent to index part of fields?
If I got it right, by the documentation, if i define something in dynamic_templates block, it doesn't override fields I defined in the properties block. But this _index_template doesn't work properly :( The fields in path log_processed.data.* doesn't index
Hi,
I would like to use type
flattened
to prevent mapping explosion like this example. I got an error while creating_index_template
To Reproduce
Expected behavior
I expect to create
_index_template
with"type": "flattened"
configuration.Plugins
opensearch-alerting
opensearch-anomaly-detection
opensearch-asynchronous-search
opensearch-cross-cluster-replication
opensearch-index-management
opensearch-job-scheduler
opensearch-knn
opensearch-ml
opensearch-observability
opensearch-performance-analyzer
opensearch-reports-scheduler
opensearch-security
opensearch-sql
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Opensearch: 1.3.3
OS: CentOS 7.9
Is it possible to use such configuraton while creating
_index_template
? Or I can use only this types?Is it possible at all to prevent to index part of fields?
The text was updated successfully, but these errors were encountered: