aboutsummaryrefslogtreecommitdiffstats
path: root/roles/filebeat/handlers
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2022-03-15 20:03:28 +0000
committerGravatar Joe Banks <[email protected]>2022-03-15 20:03:28 +0000
commit32ea5455e343f43d4853b7667f740b69d4d71a00 (patch)
tree98a8a633beb2f3a0f41c7a63492788c88807a28a /roles/filebeat/handlers
parentAdd Kibana and NGINX config for Kibana (diff)
Add Filebeat
Diffstat (limited to 'roles/filebeat/handlers')
-rw-r--r--roles/filebeat/handlers/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/filebeat/handlers/main.yml b/roles/filebeat/handlers/main.yml
new file mode 100644
index 0000000..5580f47
--- /dev/null
+++ b/roles/filebeat/handlers/main.yml
@@ -0,0 +1,6 @@
+- name: restart filebeat
+ service:
+ state: restarted
+ name: filebeat
+ tags:
+ - role::filebeat