Add Fluent Ingest service with configuration, Docker support, and tests

This commit is contained in:
Simon Larsen
2024-11-21 13:31:11 +00:00
parent 74e43f0526
commit 9244e49e6b
35 changed files with 5483 additions and 49 deletions

14
.vscode/launch.json vendored
View File

@@ -175,6 +175,20 @@
"restart": true,
"autoAttachChildProcesses": true
},
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/FluentIngest",
"name": "Fluent Ingest: Debug with Docker",
"port": 9937,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"restart": true,
"autoAttachChildProcesses": true
},
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/IsolatedVM",