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
Hi, I never changes type on existing data so I'm not sure how to do it correctly. You definitely have to correctly define _parent in the mapping for comments and change log types, but I'm not sure if it is possible to do it for existing data. Maybe you should completely remove old river and old index with jira data, then recreate index with new correct mappings (for all three types - issues, comments and changelog) and then add river again to index jira data from scratch.
Receiving this error from recent config: Can't specify parent if no parent field has been configured
I switched from changelog/comment -> embedded mode to child.
I added both field type names, in change log and comment element.
"index": {
"index": "jira",
"type": "proj1_issue", .......
followed in:
{
"proj1_changelog" : {
"_timestamp" : { "enabled" : true },
"_parent" : { "type" : "proj_issue" },
"properties" : {
"project_key" : {"type" : "string", "analyzer" : "keyword"},
"source" : {"type" : "string", "analyzer" : "keyword"}
}
}
}
The text was updated successfully, but these errors were encountered: