[Celerdata] Add a grok expression to parse the new log format of BE (ECOINT-101) #4795
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate repository | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} | |
cancel-in-progress: true | |
jobs: | |
run: | |
uses: DataDog/integrations-core/.github/workflows/run-validations.yml@master | |
with: | |
repo: extras | |
# Validations | |
ci: true | |
config: true | |
dashboards: true | |
imports: true | |
integration-style: true | |
jmx-metrics: true | |
legacy-signature: true | |
metadata: true | |
models: true | |
package: true | |
readmes: true | |
saved-views: true | |
service-checks: true | |
codeowners: true | |
secrets: inherit |