Hello
I am trying to find a configuration that would work on Azure virtual machines, but it just seems to evade me.
So far, here is a configuration on one machine, with which I communicate from my computer which has full network access (Network security group allows any communication between my computer and the VM) to said event store machine.
Could you guys help me figure what is wrong in my configuration ?
Best regards
Omar
I have three sessions of event store on one machine.
CONFIG: /etc/eventstore/eventstore0.conf (Command Line)
START STANDARD PROJECTIONS: True (Config File)
RUN PROJECTIONS: ALL (Config File)
DB: /datadrive0/db/eventstore (Config File)
LOG: /datadrive0/log/eventstore (Config File)
STATS PERIOD SEC: 3600 (Config File)
MAX MEM TABLE SIZE: 500000 (Config File)
INT IP: 192.168.2.4 (Config File)
EXT IP: 192.168.2.4 (Config File)
INT HTTP PORT: 1113 (Config File)
EXT HTTP PORT: 1114 (Config File)
INT TCP PORT: 1111 (Config File)
EXT TCP PORT: 1112 (Config File)
INT HTTP PREFIXES: http://:1113/ (Config File)
EXT HTTP PREFIXES: http://:1114/ (Config File)
ADD INTERFACE PREFIXES: false (Config File)
DISCOVER VIA DNS: false (Config File)
PREPARE TIMEOUT MS: 7500 (Config File)
COMMIT TIMEOUT MS: 7500 (Config File)
SKIP DB VERIFY: true (Config File)
SKIP INDEX VERIFY: true (Config File)
EXT TCP HEARTBEAT TIMEOUT: 6000 (Config File)
EXT TCP HEARTBEAT INTERVAL: 3000 (Config File)
GOSSIP INTERVAL MS: 1000 (Config File)
GOSSIP TIMEOUT MS: 2000 (Config File)
GOSSIP SEED: 192.168.2.4:2114,192.168.2.4:3114 (Config File)
CLUSTER SIZE: 3 (Config File)
EXT IP ADVERTISE AS: XXX.XXX.XXX.XXX (Config File)
INT IP ADVERTISE AS: 192.168.2.4 (Config File)
EXT TCP PORT ADVERTISE AS: 1112 (Config File)