Skip to content
Snippets Groups Projects
Commit a34604b1 authored by OKE Ulrich Enangnon's avatar OKE Ulrich Enangnon
Browse files

UPDATE - rename configmap manifest

parent 01dcabbb
No related branches found
No related tags found
No related merge requests found
Pipeline #16635 passed with warnings
......@@ -39,6 +39,12 @@
- cluster-role-binding
- deployment
- name: Copy beats pipeleine definition to the cluster
ansible.builtin.file:
src: pipeline_configmap.yaml
dest: ~/pipeline_configmap.yaml
mode: '0664'
- name: Copy beats manifests to the cluster
ansible.builtin.template:
src: "{{ item }}.j2"
......@@ -48,7 +54,6 @@
- metricbeat-kubernetes
- filebeat-kubernetes
- metricbeat-kubernetes-stubstatus
- pipeline_configmap
- name: Apply filebeat pipeline configmap to the cluster.
kubernetes.core.k8s:
......
......@@ -6,7 +6,7 @@ metadata:
labels:
k8s-app: filebeat
data:
filebeat.yml: |-
filebeat_pipeline.yml: |-
description: Pipeline for parsing Nginx access logs. Requires the geoip and user_agent
plugins.
processors:
......
......@@ -235,7 +235,7 @@ spec:
- name: config2
mountPath: /usr/share/filebeat/module/nginx/access/ingest/pipeline.yml
readOnly: true
subPath: filebeat.yml
subPath: filebeat_pipeline.yml
- name: data
mountPath: /usr/share/filebeat/data
- name: varlibdockercontainers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment