1 parent d0bc30a commit 7806fdeCopy full SHA for 7806fde
1 file changed
frontend/src/features/integrations/components/setup/collector/ForwarderGuide.tsx
@@ -86,7 +86,6 @@ function MasterCommandSection({ selection }: { selection: RemoteEnableSelection
86
"raw": "<raw-log>"
87
}'`
88
const batchCmd = `curl -X POST https://${host}/ingest \\
89
- --cacert /path/to/ca.crt \\
90
-H "Content-Type: application/json" \\
91
-H "Utm-Api-Key: <YOUR_API_KEY>" \\
92
-d '{
0 commit comments