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"