Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bentoml/assets/logs/bentoml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: bentoml

Check failure on line 1 in bentoml/assets/logs/bentoml.yaml

View check run for this annotation

datadog-assets / staging-validate-logs

Error in logs

Error parsing grok patterns. Please check the syntax of your grok rules. If other reported errors can be fixed, address those first before considering this one; if there are none or if you don't find the cause, please contact Datadog Support to help check further.
metric_id: bentoml
backend_only: false
facets:
Expand All @@ -16,11 +16,11 @@
samples:
- "22025-10-07T23:10:10.287722"
grok:
matchRules: |

Check failure on line 19 in bentoml/assets/logs/bentoml.yaml

View check run for this annotation

datadog-assets / staging-validate-logs

Error in logs

`grok` has invalid rules - Invalid rule format: 'timestamp%{date("yyyy-MM-dd'T'HH:mm:ss.SSSSSS"):timestamp}'
timestamp %{date("yyyy-MM-dd'T'HH:mm:ss.SSSSSS"):timestamp}
timestamp%{date("yyyy-MM-dd'T'HH:mm:ss.SSSSSS"):timestamp}
supportRules: ""
- type: grok-parser
name: BentoML Parser
name: BentoL Parser
enabled: true
source: message
samples:
Expand Down
Loading