add elk
This commit is contained in:
parent
e5503614f3
commit
2d77fc75d0
|
@ -1,6 +1,6 @@
|
|||
$TTL 3600
|
||||
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
|
||||
24042001 ; serial
|
||||
24042002 ; serial
|
||||
21600 ; refresh after 6 hours
|
||||
3600 ; retry after 1 hour
|
||||
604800 ; expire after 1 week
|
||||
|
@ -14,6 +14,11 @@ $TTL 3600
|
|||
11.23 IN PTR jenkins
|
||||
12.23 IN PTR git
|
||||
13.23 IN PTR git-mysql
|
||||
71.23 IN PTR es01
|
||||
72.23 IN PTR kibana
|
||||
73.23 IN PTR metricbeat01
|
||||
74.23 IN PTR filebeat01
|
||||
75.23 IN PTR logstash01
|
||||
99.23 IN PTR viz
|
||||
241.153 IN PTR ns1
|
||||
242.153 IN PTR ns2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$TTL 1H
|
||||
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
|
||||
24042001 ; serial, todays date + todays serial #
|
||||
24042002 ; serial, todays date + todays serial #
|
||||
1H ; refresh, seconds
|
||||
2H ; retry, seconds
|
||||
1D ; expire, seconds
|
||||
|
@ -25,6 +25,11 @@ jenkins IN A 10.99.23.11
|
|||
git IN A 10.99.23.12
|
||||
git-mysql IN A 10.99.23.13
|
||||
viz IN A 10.99.23.99
|
||||
es01 IN A 10.99.23.71
|
||||
kibana IN A 10.99.23.72
|
||||
metricbeat01 IN A 10.99.23.73
|
||||
filebeat01 IN A 10.99.23.74
|
||||
logstash01 IN A 10.99.23.75
|
||||
;
|
||||
ns1 IN A 10.99.153.241
|
||||
ns2 IN A 10.99.153.242
|
||||
|
|
Loading…
Reference in New Issue