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
When you have your data fields in objects, ie:
obj.field1
obj.field2
....
all columns show as "-" and so you cannot create any transform, agg etc. Fields that are not part of objects are ok.
To Reproduce
Steps to reproduce the behavior:
create a index template that as a object. inside that object add some fields.
insert data
try and complete a transform -> transform job->create transform job. Point at your source index. Create a new destination index, next ... all coums show "-".
See error
Expected behavior
transforms should support fields within objects.
OpenSearch Version
2.16
Dashboards Version
2.16
Plugins
opensearch deafault container
The text was updated successfully, but these errors were encountered:
Describe the bug
When you have your data fields in objects, ie:
obj.field1
obj.field2
....
all columns show as "-" and so you cannot create any transform, agg etc. Fields that are not part of objects are ok.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
transforms should support fields within objects.
OpenSearch Version
2.16
Dashboards Version
2.16
Plugins
opensearch deafault container
The text was updated successfully, but these errors were encountered: