Error when exporting Visualize in Kibana

I have an error when I tried exporting a Visualize in another ES. The VisState type is invalid. May I know if I missed something? Where should this VisState type be defined?

Both (source and destination) have the same version.

Error: Importing CT SOR - Audit Log Alert (Severity 2 or above) (2e081180-01b1-11e8-bf40-859c389e8d0c) failed: Invalid type "chix-alert"
Error: Invalid type "chix-alert"
at VisFactory.Vis.setState (http://172.31.237.21:5601/bundles/kibana.bundle.js?v=15117:255:12112)
at SavedVis._updateVis (http://172.31.237.21:5601/bundles/kibana.bundle.js?v=15117:259:23771)
at http://172.31.237.21:5601/bundles/kibana.bundle.js?v=15117:259:22673
at processQueue (http://172.31.237.21:5601/bundles/commons.bundle.js?v=15117:38:23621)
at http://172.31.237.21:5601/bundles/commons.bundle.js?v=15117:38:23888
at Scope.$eval (http://172.31.237.21:5601/bundles/commons.bundle.js?v=15117:39:4619)
at Scope.$digest (http://172.31.237.21:5601/bundles/commons.bundle.js?v=15117:39:2359)
at Scope.$apply (http://172.31.237.21:5601/bundles/commons.bundle.js?v=15117:39:5037)
at done (http://172.31.237.21:5601/bundles/commons.bundle.js?v=15117:37:25027)
at completeRequest (http://172.31.237.21:5601/bundles/commons.bundle.js?v=15117:37:28702)

Hey there, what version are you using? This is very strange- the error tells you that the type you try to import is "chix-alert", but this is not a type native for Kibana. Maybe you have some custom plugin installed in the source version, but not on the version you import to?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.