File tree Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 1- TEMPLATE_NAME = com.redhat.viaq-openshift
2-
31.PHONY : all clean
42
53all :
6- python ../../scripts/generate_template.py template.yml ../../namespaces/
4+ python ../../scripts/generate_template.py template-project.yml ../../namespaces/
5+ python ../../scripts/generate_template.py template-operations.yml ../../namespaces/
76
87clean :
98 rm * .template.json
Original file line number Diff line number Diff line change 1+ skeleton_path : ../skeleton.json
2+ skeleton_index_pattern_path : ../skeleton-index-pattern.json
3+
4+ elasticsearch_template :
5+ name : com.redhat.viaq-openshift-operations
6+ index_pattern : " .operations.*"
7+ order : 10
8+
9+ namespaces :
10+ - rsyslog.yml
11+ - systemd.yml
12+ - kubernetes.yml
13+ - docker.yml
14+ - pipeline_metadata.yml
15+ - ovirt.yml
16+ - aushape.yml
17+ - tlog.yml
18+ # - openshift/app_log.yml
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ skeleton_path: ../skeleton.json
22skeleton_index_pattern_path : ../skeleton-index-pattern.json
33
44elasticsearch_template :
5- name : com.redhat.viaq-openshift
6- index_pattern : " *"
5+ name : com.redhat.viaq-openshift-project
6+ index_pattern : " project. *"
77 order : 10
88
99namespaces :
You can’t perform that action at this time.
0 commit comments