Commit 099c6982 authored by nimrod's avatar nimrod
Browse files

Cleanup.

Remove services that have been decomissioned.
parent 8cd30e16
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -37,8 +37,6 @@
          - autoconfig.nehes.co
          - autoconfig.nehe.sr
          - autoconfig.shore.co.il
          - elasticsearch.shore.co.il
          - kibana.shore.co.il
          - myip.shore.co.il
          - nehes.co
          - nehe.sr
@@ -70,7 +68,6 @@
          - ns1.shore.co.il
          - notify.shore.co.il
          - matrix.shore.co.il
          - sogo.shore.co.il
          - vouch.shore.co.il
          - zpush.shore.co.il
        handlers:
+0 −27
Original line number Diff line number Diff line
---
output.elasticsearch:
  hosts:
    - https://elasticsearch.shore.co.il:443

logging:
  level: warning
  json: true
  to_syslog: true
  metrics.enabled: false

processors:
  - add_host_metadata: ~

filebeat:
  inputs:
    - type: log
      enabled: true
      paths:
        - /var/log/*.log
        - /var/log/authlog
        - /var/log/daemon

  config.modules:
    path: ${path.config}/modules.d/*.yml
    reload:
      enabled: false
+0 −33
Original line number Diff line number Diff line
---
output.elasticsearch:
  hosts:
    - https://elasticsearch.shore.co.il:443

logging:
  level: warning
  json: true
  to_syslog: true
  metrics.enabled: false

# processors:
#   - add_host_metadata: ~

metricbeat.config.modules:
  path: ${path.config}/modules.d/*.yml
  reload.enabled: false

metricbeat.modules:
  - module: system
    metricsets:
      - cpu
      - load
      - memory
      # - network
      # - process
      # - process_summary
      - uptime
      - socket_summary
      # - diskio
      - filesystem
      - fsstat
      # - service
+1 −4
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
$TTL 1h
$ORIGIN shore.co.il.
@               IN      SOA     ns1     hostmaster (
        2023121501 ; Serial
        2024012601 ; Serial
        4h         ; Refresh
        1h         ; Retry
        4w         ; Expire
@@ -56,11 +56,9 @@ _caldavs._tcp IN SRV 0 1 443 nextcloud
auth            IN  CNAME   ns1
autoconfig      IN  CNAME   ns4
code            IN  CNAME   ns1
elasticsearch   IN  CNAME   ns4
git             IN  CNAME   ns1
imap            IN  CNAME   smtp
jellyfin        IN  CNAME   ns1
kibana          IN  CNAME   ns4
kodi            IN  CNAME   ns1
lam             IN  CNAME   ns1
library         IN  CNAME   ns1
@@ -70,7 +68,6 @@ myip IN CNAME ns4
nextcloud       IN  CNAME   ns1
notify          IN  CNAME   ns1
registry        IN  CNAME   ns4
sogo            IN  CNAME   ns1
transmission    IN  CNAME   ns1
vouch           IN  CNAME   ns1
www             IN  CNAME   ns4
+0 −34
Original line number Diff line number Diff line
---
output.elasticsearch:
  hosts:
    - https://elasticsearch.shore.co.il:443

logging:
  level: warning
  json: true
  to_syslog: true
  metrics.enabled: false

# processors:
#   - add_host_metadata: ~

packetbeat:
  interfaces.device: em1
  protocols:
    - type: icmp
      enabled: true
    - type: dns
      enabled: true
    - type: http
      enabled: true
      ports:
        - 80
    - type: tls
      enabled: true
      ports:
        - 443
    # - type: dhcp
    #   enabled: true
    #   ports:
    #     - 67
    #     - 68
Loading