Skip to content

Commit

Permalink
[sc-109203]: reinstate missing plugin config (#357)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <pat@chronosphere.io>
  • Loading branch information
patrick-stephens authored Sep 20, 2024
1 parent 2ce42ab commit 782a1a0
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 0 deletions.
64 changes: 64 additions & 0 deletions schemas/24.9.2/core-fluent-bit-plugins-pretty.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"plugins": [
{
"name": "go-s3-replay-plugin",
"version": "v2.0.6",
"artefact_name": "calyptia-core-fluent-bit-s3-replay",
"repository": "chronosphereio/calyptia-core-fluent-bit-s3-replay"
},
{
"name": "calyptia-core-fluent-bit-dummy",
"version": "v3.1.1",
"artefact_name": "calyptia-core-fluent-bit-dummy",
"repository": "chronosphereio/calyptia-core-fluent-bit-dummy"
},
{
"name": "calyptia-core-fluent-bit-gsuite-reporter",
"version": "v2.0.6",
"artefact_name": "calyptia-core-fluent-bit-gsuite-reporter",
"repository": "chronosphereio/calyptia-core-fluent-bit-gsuite-reporter"
},
{
"name": "datagen",
"version": "v1.0.5",
"artefact_name": "calyptia-core-fluent-bit-plugin-datagen",
"repository": "chronosphereio/calyptia-core-fluent-bit-plugin-datagen"
},
{
"name": "http_scraper",
"version": "v0.0.5",
"artefact_name": "calyptia-core-fluent-bit-plugin-http-scraper",
"repository": "chronosphereio/calyptia-core-fluent-bit-plugin-http-scraper"
},
{
"name": "http_loader",
"version": "v0.8.4",
"artefact_name": "calyptia-core-fluent-bit-plugin-http-loader",
"repository": "chronosphereio/calyptia-core-fluent-bit-plugin-http-loader"
},
{
"name": "aws_kinesis_stream",
"version": "v0.0.6",
"artefact_name": "calyptia-core-fluent-bit-aws-kinesis-stream-input",
"repository": "chronosphereio/calyptia-core-fluent-bit-aws-kinesis-stream-input"
},
{
"name": "s3_sqs",
"version": "v1.0.8",
"artefact_name": "calyptia-core-fluent-bit-plugin-input-s3-sqs",
"repository": "chronosphereio/calyptia-core-fluent-bit-plugin-input-s3-sqs"
},
{
"name": "azeventgrid",
"version": "v0.1.4",
"artefact_name": "calyptia-core-fluent-bit-azure-event-grid",
"repository": "chronosphereio/calyptia-core-fluent-bit-azure-event-grid"
},
{
"name": "sqldb",
"version": "v0.2.1",
"artefact_name": "calyptia-core-fluent-bit-plugin-sqldb",
"repository": "chronosphereio/calyptia-core-fluent-bit-plugin-sqldb"
}
]
}
64 changes: 64 additions & 0 deletions schemas/24.9.2/core-fluent-bit-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"plugins": [
{
"name": "go-s3-replay-plugin",
"version": "v2.0.6",
"artefact_name": "calyptia-core-fluent-bit-s3-replay",
"repository": "chronosphereio/calyptia-core-fluent-bit-s3-replay"
},
{
"name": "calyptia-core-fluent-bit-dummy",
"version": "v3.1.1",
"artefact_name": "calyptia-core-fluent-bit-dummy",
"repository": "chronosphereio/calyptia-core-fluent-bit-dummy"
},
{
"name": "calyptia-core-fluent-bit-gsuite-reporter",
"version": "v2.0.6",
"artefact_name": "calyptia-core-fluent-bit-gsuite-reporter",
"repository": "chronosphereio/calyptia-core-fluent-bit-gsuite-reporter"
},
{
"name": "datagen",
"version": "v1.0.5",
"artefact_name": "calyptia-core-fluent-bit-plugin-datagen",
"repository": "chronosphereio/calyptia-core-fluent-bit-plugin-datagen"
},
{
"name": "http_scraper",
"version": "v0.0.5",
"artefact_name": "calyptia-core-fluent-bit-plugin-http-scraper",
"repository": "chronosphereio/calyptia-core-fluent-bit-plugin-http-scraper"
},
{
"name": "http_loader",
"version": "v0.8.4",
"artefact_name": "calyptia-core-fluent-bit-plugin-http-loader",
"repository": "chronosphereio/calyptia-core-fluent-bit-plugin-http-loader"
},
{
"name": "aws_kinesis_stream",
"version": "v0.0.6",
"artefact_name": "calyptia-core-fluent-bit-aws-kinesis-stream-input",
"repository": "chronosphereio/calyptia-core-fluent-bit-aws-kinesis-stream-input"
},
{
"name": "s3_sqs",
"version": "v1.0.8",
"artefact_name": "calyptia-core-fluent-bit-plugin-input-s3-sqs",
"repository": "chronosphereio/calyptia-core-fluent-bit-plugin-input-s3-sqs"
},
{
"name": "azeventgrid",
"version": "v0.1.4",
"artefact_name": "calyptia-core-fluent-bit-azure-event-grid",
"repository": "chronosphereio/calyptia-core-fluent-bit-azure-event-grid"
},
{
"name": "sqldb",
"version": "v0.2.1",
"artefact_name": "calyptia-core-fluent-bit-plugin-sqldb",
"repository": "chronosphereio/calyptia-core-fluent-bit-plugin-sqldb"
}
]
}

0 comments on commit 782a1a0

Please sign in to comment.