/usr/local/bin/node viewer.js -n all -c ${TDIR}/etc/config.ini > ${TDIR}/logs/viewer-all.log 2>&1
/usr/local/bin/node multies.js -n all -c ${TDIR}/etc/config.ini > ${TDIR}/logs/multi-viewer.log 2>&1
ERROR - Issue with index 'stats' make sure 'db/db.pl <eshost:esport> init' has been run { [Error: [index_not_found_exception] no such index, with { resource.type=index_or_alias resource.id=MULTIPREFIX_stats index=MULTIPREFIX_stats }]
[default]
elasticsearch=http://10.10.10.1:9200
pcapDir=/data/moloch/raw
certFile=/data/moloch/etc/moloch.crt
keyFile=/data/moloch/etc/moloch.key
passwordSecret = xxx
httpRealm = Moloch
geoipFile = /data/moloch/etc/GeoIP.dat
geoipASNFile = /data/moloch/etc/GeoIPASNum.dat
rirFile = /data/moloch/etc/ipv4-address-space.csv
parsersDir = ../capture/parsers;parsers
pluginsDir = plugins;../tests/plugins;../capture/plugins
smtpIpHeaders=X-Originating-IP:;X-Barracuda-Apparent-Source-IP:
spiDataMaxIndices=-1
parseQSValue=true
parseCookieValue=true
viewPort=8005
packetThreads=2
[moloch-test-1]
pcapWriteMethod=simple
interface=eno33554944
prefix=test1
passwordSecret= xxx
[all]
viewPort=8006
passwordSecret= xxx
# ES is running at 10.10.10.1:8200 but doesnt seem to have the right indices.
elasticsearch=http://10.10.10.1:8200
multiES=true
multiESPort=8200
multiESNodes=10.10.10.1:9200,prefix:test1;10.10.10.1:9200,prefix:test3
--
You received this message because you are subscribed to the Google Groups "Moloch Full Packet Capture" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moloch-fpc+...@googlegroups.com.
To post to this group, send email to moloc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Got it now. Thanks. Multies and master viewer are running now with 2 moloch clusters.