Skip to content

There are about 800000 log files in my environment, and now logstash is stuck after starting. Is there any solution? You can only collect the latest files #460

There are about 800000 log files in my environment, and now logstash is stuck after starting. Is there any solution? You can only collect the latest files

There are about 800000 log files in my environment, and now logstash is stuck after starting. Is there any solution? You can only collect the latest files #460

name: Add to project
on:
issues:
types:
- opened
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: octokit/[email protected]
id: add_to_project
with:
headers: '{"GraphQL-Features": "projects_next_graphql"}'
query: |
mutation add_to_project($projectid:ID!,$contentid:ID!) {
addProjectV2ItemById(input:{projectId:$projectid contentId:$contentid}) {
clientMutationId
}
}
projectid: "PVT_kwDOAGc3Zs0SEg"
contentid: ${{ github.event.issue.node_id }}
GITHUB_TOKEN: ${{ secrets.PROJECT_TOKEN }}