Skip to content

(AppPipeline): If the log configuration includes the "@timestamp" field, it will result in the inability to create an index_template, and the data cannot be written to OpenSearch. #174

(AppPipeline): If the log configuration includes the "@timestamp" field, it will result in the inability to create an index_template, and the data cannot be written to OpenSearch.

(AppPipeline): If the log configuration includes the "@timestamp" field, it will result in the inability to create an index_template, and the data cannot be written to OpenSearch. #174

Workflow file for this run

name: Send GitHub new issues to Slack
on:
issues:
types: [opened]
jobs:
issue-opened:
runs-on: ubuntu-latest
steps:
- name: Send issue to solution slack
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_ISSUES }}