Skip to content

Commit

Permalink
update dashboard and syslog service name
Browse files Browse the repository at this point in the history
  • Loading branch information
camrossi committed Oct 10, 2024
1 parent 0717481 commit cffc40c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/aci-monitoring-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.6
version: 0.1.7
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
2 changes: 1 addition & 1 deletion charts/aci-monitoring-stack/dashboards/drops.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"uid": "P8E80F9AEF21F6940"
},
"editorMode": "code",
"expr": "{service_name=\"aci-monitoring-stack\",fabric=~\"$fabric\"} |= \"ACLLOG-5-ACLLOG_PKTLOG_DENY\" | regexp `.+(?P<DropType>ACLLOG-5-ACLLOG_PKTLOG_DENY:) CName: (?P<VRF>.+)\\(.+SIP: (?P<SIP>.+), DIP: (?P<DIP>.+), SPort: (?P<SPORT>[0-9]+), DPort: (?P<DPORT>[0-9]+).+Proto: (?P<PROT>[0-9]+),.+` | line_format \"Packet Drop on {{.host}}\\t VRF={{.VRF}} SIP={{.SIP}} SPORT={{.SPORT}} DIP={{.DIP}} DPORT={{.DPORT}} Protocol={{.PROT}}\"\n",
"expr": "{job=\"aci-monitoring-stack\",fabric=~\"$fabric\"} |= \"ACLLOG-5-ACLLOG_PKTLOG_DENY\" | regexp `.+(?P<DropType>ACLLOG-5-ACLLOG_PKTLOG_DENY:) CName: (?P<VRF>.+)\\(.+SIP: (?P<SIP>.+), DIP: (?P<DIP>.+), SPort: (?P<SPORT>[0-9]+), DPort: (?P<DPORT>[0-9]+).+Proto: (?P<PROT>[0-9]+),.+` | line_format \"Packet Drop on {{.host}}\\t VRF={{.VRF}} SIP={{.SIP}} SPORT={{.SPORT}} DIP={{.DIP}} DPORT={{.DPORT}} Protocol={{.PROT}}\"\n",
"key": "Q-54a7ca93-3271-4625-bf8d-3aaa07a6dcf3-0",
"queryType": "range",
"refId": "A"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ $.Release.Name }}-syslog-{{ $key }}
name: {{ $.Release.Name }}-syslog-{{ $values.name }}
labels:
{{- with $values.labels }}
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit cffc40c

Please sign in to comment.