I could export the collection collectors with
mongodump --host alt1:27017 -d graylog -c collectors -o /home/user1/
and restore with:
mongorestore -u graylog -p pwd --host neu1:27017 -d graylog -c collectors /home/user1/graylog/collectors.bson
I could export the collection collectors with
mongodump --host alt1:27017 -d graylog -c collectors -o /home/user1/
and restore with:
mongorestore -u graylog -p pwd --host neu1:27017 -d graylog -c collectors /home/user1/graylog/collectors.bson