Moloch send session to other cluster exception

is anyone familiar with moloch?
I have two moloch cluster now. I now need to import data from one cluster to another cluster.
[moloch-clusters]
cluster1=url: http://10.10.10.1:8005;passwordSecret:test;name:cluster1

but select send session to cluster1 via action. Not as successful as send. I took a look at viewer.js. It"s in

.
  var options = {
    user: req.user,
    cluster: req.body.cluster,
    id: item._id,
    saveId: saveId,
    tags: req.query.tags,
    nodeName: fields.node
  };clusterundefinedcluster: req.body.clustercluster:"cluster1"
Apr.05,2021

has submitted the github. It's a bug. Missing parameter

Menu