Hello @Dominic_Page,
Master node config file:
cluster.name: InTouch
node.name: Master-node
node.master: true
network.host: _global_
cluster.initial_master_nodes: ["Master-node"]
Data node config file:
cluster.name: InTouch
node.name: Data-node
node.master: false
network.host: _global_
discovery.seed_hosts: ["ipaddress_of_master_node"]
And console output from the master node:
[2019-10-21T09:22:48,126][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [rank-eval]
[2019-10-21T09:22:48,126][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [reindex]
[2019-10-21T09:22:48,127][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [repository-url]
[2019-10-21T09:22:48,128][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [transport-netty4]
[2019-10-21T09:22:48,128][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [x-pack-ccr]
[2019-10-21T09:22:48,128][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [x-pack-core]
[2019-10-21T09:22:48,128][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [x-pack-deprecation]
[2019-10-21T09:22:48,128][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [x-pack-graph]
[2019-10-21T09:22:48,128][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [x-pack-ilm]
[2019-10-21T09:22:48,128][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [x-pack-logstash]
[2019-10-21T09:22:48,128][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [x-pack-ml]
[2019-10-21T09:22:48,128][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [x-pack-monitoring]
[2019-10-21T09:22:48,128][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [x-pack-rollup]
[2019-10-21T09:22:48,128][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [x-pack-security]
[2019-10-21T09:22:48,128][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [x-pack-sql]
[2019-10-21T09:22:48,128][INFO ][o.e.p.PluginsService ] [Master-node] loaded module [x-pack-watcher]
[2019-10-21T09:22:48,128][INFO ][o.e.p.PluginsService ] [Master-node] no plugins loaded
[2019-10-21T09:22:55,170][INFO ][o.e.x.s.a.s.FileRolesStore] [Master-node] parsed [0] roles from file [E:\ES\elasticsearch-7.2.0-windows-x86_64\elasticsearch-7.2.0\config\roles.yml]
[2019-10-21T09:23:03,296][DEBUG][o.e.a.ActionModule ] [Master-node] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
[2019-10-21T09:23:03,319][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [Master-node] [controller/12256] [Main.cc@110] controller (64 bit): Version 7.2.0 (Build 65aefcbfce449b) Copyright (c) 2019 Elasticsearch BV
[2019-10-21T09:23:03,867][INFO ][o.e.d.DiscoveryModule ] [Master-node] using discovery type [zen] and seed hosts providers [settings]
[2019-10-21T09:23:05,726][INFO ][o.e.n.Node ] [Master-node] initialized
[2019-10-21T09:23:05,742][INFO ][o.e.n.Node ] [Master-node] starting ...
[2019-10-21T09:23:06,070][INFO ][o.e.t.TransportService ] [Master-node] publish_address {136.252.129.115:9300}, bound_addresses {136.252.129.115:9300}
[2019-10-21T09:23:06,086][INFO ][o.e.b.BootstrapChecks ] [Master-node] bound or publishing to a non-loopback address, enforcing bootstrap checks
[2019-10-21T09:23:06,101][INFO ][o.e.c.c.Coordinator ] [Master-node] setting initial configuration to VotingConfiguration{NNUY-jVERiqCVCZ8Dk59Hw}
[2019-10-21T09:23:06,242][INFO ][o.e.c.s.MasterService ] [Master-node] elected-as-master ([1] nodes joined)[{Master-node}{NNUY-jVERiqCVCZ8Dk59Hw}{y5FDFvRCToWJyo5QTBJXGQ}{136.252.129.115}{136.252.129.115:9300}{ml.machine_memory=51539005440, xpack.installed=true, ml.max_open_jobs=20} elect leader, _BECOME_MASTER_TASK_, _FINISH_ELECTION_], term: 1, version: 1, reason: master node changed {previous [], current [{Master-node}{NNUY-jVERiqCVCZ8Dk59Hw}{y5FDFvRCToWJyo5QTBJXGQ}{136.252.129.115}{136.252.129.115:9300}{ml.machine_memory=51539005440, xpack.installed=true, ml.max_open_jobs=20}]}
[2019-10-21T09:23:06,289][INFO ][o.e.c.c.CoordinationState] [Master-node] cluster UUID set to [yQvifHj-Tw2RNMCItAT7SA]
[2019-10-21T09:23:06,336][INFO ][o.e.c.s.ClusterApplierService] [Master-node] master node changed {previous [], current [{Master-node}{NNUY-jVERiqCVCZ8Dk59Hw}{y5FDFvRCToWJyo5QTBJXGQ}{136.252.129.115}{136.252.129.115:9300}{ml.machine_memory=51539005440, xpack.installed=true, ml.max_open_jobs=20}]}, term: 1, version: 1, reason: Publication{term=1, version=1}
[2019-10-21T09:23:06,492][INFO ][o.e.h.AbstractHttpServerTransport] [Master-node] publish_address {136.252.129.115:9200}, bound_addresses {136.252.129.115:9200}
[2019-10-21T09:23:06,523][INFO ][o.e.n.Node ] [Master-node] started
[2019-10-21T09:23:06,726][INFO ][o.e.g.GatewayService ] [Master-node] recovered [0] indices into cluster_state
[2019-10-21T09:23:06,976][INFO ][o.e.c.m.MetaDataIndexTemplateService] [Master-node] adding template [.triggered_watches] for index patterns [.triggered_watches*]
[2019-10-21T09:23:07,367][INFO ][o.e.c.m.MetaDataIndexTemplateService] [Master-node] adding template [.watches] for index patterns [.watches*]
[2019-10-21T09:23:07,508][INFO ][o.e.c.m.MetaDataIndexTemplateService] [Master-node] adding template [.watch-history-9] for index patterns [.watcher-history-9*]
[2019-10-21T09:23:07,555][INFO ][o.e.c.m.MetaDataIndexTemplateService] [Master-node] adding template [.monitoring-logstash] for index patterns [.monitoring-logstash-7-*]
[2019-10-21T09:23:07,617][INFO ][o.e.c.m.MetaDataIndexTemplateService] [Master-node] adding template [.monitoring-es] for index patterns [.monitoring-es-7-*]
[2019-10-21T09:23:08,028][INFO ][o.e.c.m.MetaDataIndexTemplateService] [Master-node] adding template [.monitoring-beats] for index patterns [.monitoring-beats-7-*]
[2019-10-21T09:23:08,106][INFO ][o.e.c.m.MetaDataIndexTemplateService] [Master-node] adding template [.monitoring-alerts-7] for index patterns [.monitoring-alerts-7]
[2019-10-21T09:23:08,153][INFO ][o.e.c.m.MetaDataIndexTemplateService] [Master-node] adding template [.monitoring-kibana] for index patterns [.monitoring-kibana-7-*]
[2019-10-21T09:23:08,184][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [Master-node] adding index lifecycle policy [watch-history-ilm-policy]
[2019-10-21T09:23:08,293][INFO ][o.e.l.LicenseService ] [Master-node] license [83f56876-00b9-4791-9fbc-2f0f605db5e5] mode [basic] - valid
Regards,
Priyanka