Skip to content

Commit

Permalink
refactor(salt/roots/pillar/elk.sls.example): Add server name for NGIN…
Browse files Browse the repository at this point in the history
…X HTTPS conf files
  • Loading branch information
Nik Mohamad Aizuddin b. Nik Azmi committed May 14, 2021
1 parent 55272c5 commit ee35518
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions salt/roots/pillar/elk.sls.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ elk:
elasticsearch:
port:
requests:
server_name: elasticsearch.example.lan
container: 9200
host: 9200
ip: 0.0.0.0
node_communications:
server_name: elasticsearch-node.example.lan
container: 9300
host: 9300
ip: 0.0.0.0
Expand All @@ -38,10 +40,12 @@ elk:
logstash:
port:
webapi:
server_name: logstash-api.example.lan
container: 9600
host: 9600
ip: 0.0.0.0
beats:
server_name: logstash-beats.example.lan
container: 5044
host: 5044
ip: 0.0.0.0
Expand Down Expand Up @@ -70,6 +74,7 @@ elk:
kibana:
port:
server:
server_name: kibana.example.lan
container: 5601
host: 5601
ip: 0.0.0.0
Expand Down

0 comments on commit ee35518

Please sign in to comment.