@agenticmail/enterprise 0.5.506 → 0.5.508
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-heartbeat-GTE437SF.js +518 -0
- package/dist/agent-heartbeat-ZJ6634AV.js +518 -0
- package/dist/chunk-3T7SJ4OL.js +26378 -0
- package/dist/chunk-7DM6RUZV.js +26380 -0
- package/dist/chunk-CIKHF5E5.js +5563 -0
- package/dist/chunk-ET6WZFPS.js +594 -0
- package/dist/chunk-HBPX3XQQ.js +1728 -0
- package/dist/chunk-JQXA2DIO.js +5563 -0
- package/dist/chunk-LUG7ZLWW.js +7790 -0
- package/dist/chunk-OQJ62XAS.js +7790 -0
- package/dist/chunk-UNHNIFSP.js +1728 -0
- package/dist/cli-agent-6Z2U5HOV.js +2858 -0
- package/dist/cli-agent-KMCE4CIE.js +2858 -0
- package/dist/cli-serve-6IN2M4XB.js +322 -0
- package/dist/cli-serve-7J4D6DRK.js +322 -0
- package/dist/cli.js +3 -3
- package/dist/index.js +5 -5
- package/dist/routes-B4EL5NBN.js +94 -0
- package/dist/routes-K57BJMQJ.js +94 -0
- package/dist/runtime-D2VKDF3G.js +50 -0
- package/dist/runtime-D2YODSIC.js +50 -0
- package/dist/server-6BADKRQK.js +36 -0
- package/dist/server-GNAFZTRM.js +36 -0
- package/dist/setup-5WEMC6VW.js +20 -0
- package/dist/setup-PYG4G4MU.js +20 -0
- package/dist/task-queue-Z3AZE4FC.js +9 -0
- package/logs/cloudflared-error.log +91 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
import {
|
|
8
8
|
provision,
|
|
9
9
|
runSetupWizard
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-HBPX3XQQ.js";
|
|
11
11
|
import {
|
|
12
12
|
AgenticMailManager,
|
|
13
13
|
GoogleEmailProvider,
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
executeTool,
|
|
29
29
|
runAgentLoop,
|
|
30
30
|
toolsToDefinitions
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-CIKHF5E5.js";
|
|
32
32
|
import "./chunk-UBXXLAND.js";
|
|
33
33
|
import {
|
|
34
34
|
ValidationError,
|
|
@@ -43,7 +43,7 @@ import {
|
|
|
43
43
|
requireRole,
|
|
44
44
|
securityHeaders,
|
|
45
45
|
validate
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-OQJ62XAS.js";
|
|
47
47
|
import "./chunk-DJBCRQTD.js";
|
|
48
48
|
import {
|
|
49
49
|
PROVIDER_REGISTRY,
|
|
@@ -83,7 +83,7 @@ import {
|
|
|
83
83
|
init_storage_manager,
|
|
84
84
|
init_tenant,
|
|
85
85
|
init_workforce
|
|
86
|
-
} from "./chunk-
|
|
86
|
+
} from "./chunk-7DM6RUZV.js";
|
|
87
87
|
import "./chunk-3UAFHUEC.js";
|
|
88
88
|
import {
|
|
89
89
|
ENGINE_TABLES,
|
|
@@ -102,7 +102,7 @@ import {
|
|
|
102
102
|
} from "./chunk-VSBC4SWO.js";
|
|
103
103
|
import "./chunk-AF3WSNVX.js";
|
|
104
104
|
import "./chunk-74ZCQKYU.js";
|
|
105
|
-
import "./chunk-
|
|
105
|
+
import "./chunk-ET6WZFPS.js";
|
|
106
106
|
import "./chunk-FQWJMPKW.js";
|
|
107
107
|
import "./chunk-WYDVMFGJ.js";
|
|
108
108
|
import {
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import {
|
|
2
|
+
activity,
|
|
3
|
+
agentStatus,
|
|
4
|
+
approvals,
|
|
5
|
+
cluster,
|
|
6
|
+
commBus,
|
|
7
|
+
communityRegistry,
|
|
8
|
+
compliance,
|
|
9
|
+
configGen,
|
|
10
|
+
databaseManager,
|
|
11
|
+
deployer,
|
|
12
|
+
dlp,
|
|
13
|
+
engine,
|
|
14
|
+
getChatPoller,
|
|
15
|
+
getEmailPoller,
|
|
16
|
+
getMessagingPoller,
|
|
17
|
+
getRuntime,
|
|
18
|
+
guardrails,
|
|
19
|
+
hierarchyManager,
|
|
20
|
+
init_routes,
|
|
21
|
+
journal,
|
|
22
|
+
knowledgeBase,
|
|
23
|
+
knowledgeContribution,
|
|
24
|
+
lifecycle,
|
|
25
|
+
memoryManager,
|
|
26
|
+
mountRuntimeApp,
|
|
27
|
+
onboarding,
|
|
28
|
+
orgIntegrations,
|
|
29
|
+
permissionEngine,
|
|
30
|
+
policyEngine,
|
|
31
|
+
policyImporter,
|
|
32
|
+
setEngineDb,
|
|
33
|
+
setRuntime,
|
|
34
|
+
skillUpdater,
|
|
35
|
+
storageManager,
|
|
36
|
+
tenants,
|
|
37
|
+
vault,
|
|
38
|
+
workforce
|
|
39
|
+
} from "./chunk-3T7SJ4OL.js";
|
|
40
|
+
import "./chunk-3UAFHUEC.js";
|
|
41
|
+
import "./chunk-Z7NVD3OQ.js";
|
|
42
|
+
import "./chunk-VSBC4SWO.js";
|
|
43
|
+
import "./chunk-AF3WSNVX.js";
|
|
44
|
+
import "./chunk-74ZCQKYU.js";
|
|
45
|
+
import "./chunk-ET6WZFPS.js";
|
|
46
|
+
import "./chunk-FQWJMPKW.js";
|
|
47
|
+
import "./chunk-WYDVMFGJ.js";
|
|
48
|
+
import "./chunk-NCODRQSS.js";
|
|
49
|
+
import "./chunk-PSZU6FMQ.js";
|
|
50
|
+
import "./chunk-WUAWWKTN.js";
|
|
51
|
+
import "./chunk-YDD5TC5Q.js";
|
|
52
|
+
import "./chunk-FLQ5FLHW.js";
|
|
53
|
+
import "./chunk-TOGMCQSJ.js";
|
|
54
|
+
import "./chunk-22U7TZPN.js";
|
|
55
|
+
import "./chunk-KFQGP6VL.js";
|
|
56
|
+
init_routes();
|
|
57
|
+
export {
|
|
58
|
+
activity,
|
|
59
|
+
agentStatus,
|
|
60
|
+
approvals,
|
|
61
|
+
cluster,
|
|
62
|
+
commBus,
|
|
63
|
+
communityRegistry,
|
|
64
|
+
compliance,
|
|
65
|
+
configGen,
|
|
66
|
+
databaseManager,
|
|
67
|
+
deployer,
|
|
68
|
+
dlp,
|
|
69
|
+
engine as engineRoutes,
|
|
70
|
+
getChatPoller,
|
|
71
|
+
getEmailPoller,
|
|
72
|
+
getMessagingPoller,
|
|
73
|
+
getRuntime,
|
|
74
|
+
guardrails,
|
|
75
|
+
hierarchyManager,
|
|
76
|
+
journal,
|
|
77
|
+
knowledgeBase,
|
|
78
|
+
knowledgeContribution,
|
|
79
|
+
lifecycle,
|
|
80
|
+
memoryManager,
|
|
81
|
+
mountRuntimeApp,
|
|
82
|
+
onboarding,
|
|
83
|
+
orgIntegrations,
|
|
84
|
+
permissionEngine,
|
|
85
|
+
policyEngine,
|
|
86
|
+
policyImporter,
|
|
87
|
+
setEngineDb,
|
|
88
|
+
setRuntime,
|
|
89
|
+
skillUpdater,
|
|
90
|
+
storageManager,
|
|
91
|
+
tenants,
|
|
92
|
+
vault,
|
|
93
|
+
workforce
|
|
94
|
+
};
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import {
|
|
2
|
+
activity,
|
|
3
|
+
agentStatus,
|
|
4
|
+
approvals,
|
|
5
|
+
cluster,
|
|
6
|
+
commBus,
|
|
7
|
+
communityRegistry,
|
|
8
|
+
compliance,
|
|
9
|
+
configGen,
|
|
10
|
+
databaseManager,
|
|
11
|
+
deployer,
|
|
12
|
+
dlp,
|
|
13
|
+
engine,
|
|
14
|
+
getChatPoller,
|
|
15
|
+
getEmailPoller,
|
|
16
|
+
getMessagingPoller,
|
|
17
|
+
getRuntime,
|
|
18
|
+
guardrails,
|
|
19
|
+
hierarchyManager,
|
|
20
|
+
init_routes,
|
|
21
|
+
journal,
|
|
22
|
+
knowledgeBase,
|
|
23
|
+
knowledgeContribution,
|
|
24
|
+
lifecycle,
|
|
25
|
+
memoryManager,
|
|
26
|
+
mountRuntimeApp,
|
|
27
|
+
onboarding,
|
|
28
|
+
orgIntegrations,
|
|
29
|
+
permissionEngine,
|
|
30
|
+
policyEngine,
|
|
31
|
+
policyImporter,
|
|
32
|
+
setEngineDb,
|
|
33
|
+
setRuntime,
|
|
34
|
+
skillUpdater,
|
|
35
|
+
storageManager,
|
|
36
|
+
tenants,
|
|
37
|
+
vault,
|
|
38
|
+
workforce
|
|
39
|
+
} from "./chunk-7DM6RUZV.js";
|
|
40
|
+
import "./chunk-3UAFHUEC.js";
|
|
41
|
+
import "./chunk-Z7NVD3OQ.js";
|
|
42
|
+
import "./chunk-VSBC4SWO.js";
|
|
43
|
+
import "./chunk-AF3WSNVX.js";
|
|
44
|
+
import "./chunk-74ZCQKYU.js";
|
|
45
|
+
import "./chunk-ET6WZFPS.js";
|
|
46
|
+
import "./chunk-FQWJMPKW.js";
|
|
47
|
+
import "./chunk-WYDVMFGJ.js";
|
|
48
|
+
import "./chunk-NCODRQSS.js";
|
|
49
|
+
import "./chunk-PSZU6FMQ.js";
|
|
50
|
+
import "./chunk-WUAWWKTN.js";
|
|
51
|
+
import "./chunk-YDD5TC5Q.js";
|
|
52
|
+
import "./chunk-FLQ5FLHW.js";
|
|
53
|
+
import "./chunk-TOGMCQSJ.js";
|
|
54
|
+
import "./chunk-22U7TZPN.js";
|
|
55
|
+
import "./chunk-KFQGP6VL.js";
|
|
56
|
+
init_routes();
|
|
57
|
+
export {
|
|
58
|
+
activity,
|
|
59
|
+
agentStatus,
|
|
60
|
+
approvals,
|
|
61
|
+
cluster,
|
|
62
|
+
commBus,
|
|
63
|
+
communityRegistry,
|
|
64
|
+
compliance,
|
|
65
|
+
configGen,
|
|
66
|
+
databaseManager,
|
|
67
|
+
deployer,
|
|
68
|
+
dlp,
|
|
69
|
+
engine as engineRoutes,
|
|
70
|
+
getChatPoller,
|
|
71
|
+
getEmailPoller,
|
|
72
|
+
getMessagingPoller,
|
|
73
|
+
getRuntime,
|
|
74
|
+
guardrails,
|
|
75
|
+
hierarchyManager,
|
|
76
|
+
journal,
|
|
77
|
+
knowledgeBase,
|
|
78
|
+
knowledgeContribution,
|
|
79
|
+
lifecycle,
|
|
80
|
+
memoryManager,
|
|
81
|
+
mountRuntimeApp,
|
|
82
|
+
onboarding,
|
|
83
|
+
orgIntegrations,
|
|
84
|
+
permissionEngine,
|
|
85
|
+
policyEngine,
|
|
86
|
+
policyImporter,
|
|
87
|
+
setEngineDb,
|
|
88
|
+
setRuntime,
|
|
89
|
+
skillUpdater,
|
|
90
|
+
storageManager,
|
|
91
|
+
tenants,
|
|
92
|
+
vault,
|
|
93
|
+
workforce
|
|
94
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AgentRuntime,
|
|
3
|
+
EmailChannel,
|
|
4
|
+
FollowUpScheduler,
|
|
5
|
+
SessionManager,
|
|
6
|
+
SubAgentManager,
|
|
7
|
+
ToolRegistry,
|
|
8
|
+
ageStaleMessages,
|
|
9
|
+
callLLM,
|
|
10
|
+
createAgentRuntime,
|
|
11
|
+
createNoopHooks,
|
|
12
|
+
createRuntimeHooks,
|
|
13
|
+
estimateMessageTokens,
|
|
14
|
+
estimateTokens,
|
|
15
|
+
executeTool,
|
|
16
|
+
runAgentLoop,
|
|
17
|
+
toolsToDefinitions,
|
|
18
|
+
truncateToolResults
|
|
19
|
+
} from "./chunk-JQXA2DIO.js";
|
|
20
|
+
import "./chunk-UBXXLAND.js";
|
|
21
|
+
import {
|
|
22
|
+
PROVIDER_REGISTRY,
|
|
23
|
+
listAllProviders,
|
|
24
|
+
resolveApiKeyForProvider,
|
|
25
|
+
resolveProvider
|
|
26
|
+
} from "./chunk-UF3ZJMJO.js";
|
|
27
|
+
import "./chunk-KFQGP6VL.js";
|
|
28
|
+
export {
|
|
29
|
+
AgentRuntime,
|
|
30
|
+
EmailChannel,
|
|
31
|
+
FollowUpScheduler,
|
|
32
|
+
PROVIDER_REGISTRY,
|
|
33
|
+
SessionManager,
|
|
34
|
+
SubAgentManager,
|
|
35
|
+
ToolRegistry,
|
|
36
|
+
ageStaleMessages,
|
|
37
|
+
callLLM,
|
|
38
|
+
createAgentRuntime,
|
|
39
|
+
createNoopHooks,
|
|
40
|
+
createRuntimeHooks,
|
|
41
|
+
estimateMessageTokens,
|
|
42
|
+
estimateTokens,
|
|
43
|
+
executeTool,
|
|
44
|
+
listAllProviders,
|
|
45
|
+
resolveApiKeyForProvider,
|
|
46
|
+
resolveProvider,
|
|
47
|
+
runAgentLoop,
|
|
48
|
+
toolsToDefinitions,
|
|
49
|
+
truncateToolResults
|
|
50
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AgentRuntime,
|
|
3
|
+
EmailChannel,
|
|
4
|
+
FollowUpScheduler,
|
|
5
|
+
SessionManager,
|
|
6
|
+
SubAgentManager,
|
|
7
|
+
ToolRegistry,
|
|
8
|
+
ageStaleMessages,
|
|
9
|
+
callLLM,
|
|
10
|
+
createAgentRuntime,
|
|
11
|
+
createNoopHooks,
|
|
12
|
+
createRuntimeHooks,
|
|
13
|
+
estimateMessageTokens,
|
|
14
|
+
estimateTokens,
|
|
15
|
+
executeTool,
|
|
16
|
+
runAgentLoop,
|
|
17
|
+
toolsToDefinitions,
|
|
18
|
+
truncateToolResults
|
|
19
|
+
} from "./chunk-CIKHF5E5.js";
|
|
20
|
+
import "./chunk-UBXXLAND.js";
|
|
21
|
+
import {
|
|
22
|
+
PROVIDER_REGISTRY,
|
|
23
|
+
listAllProviders,
|
|
24
|
+
resolveApiKeyForProvider,
|
|
25
|
+
resolveProvider
|
|
26
|
+
} from "./chunk-UF3ZJMJO.js";
|
|
27
|
+
import "./chunk-KFQGP6VL.js";
|
|
28
|
+
export {
|
|
29
|
+
AgentRuntime,
|
|
30
|
+
EmailChannel,
|
|
31
|
+
FollowUpScheduler,
|
|
32
|
+
PROVIDER_REGISTRY,
|
|
33
|
+
SessionManager,
|
|
34
|
+
SubAgentManager,
|
|
35
|
+
ToolRegistry,
|
|
36
|
+
ageStaleMessages,
|
|
37
|
+
callLLM,
|
|
38
|
+
createAgentRuntime,
|
|
39
|
+
createNoopHooks,
|
|
40
|
+
createRuntimeHooks,
|
|
41
|
+
estimateMessageTokens,
|
|
42
|
+
estimateTokens,
|
|
43
|
+
executeTool,
|
|
44
|
+
listAllProviders,
|
|
45
|
+
resolveApiKeyForProvider,
|
|
46
|
+
resolveProvider,
|
|
47
|
+
runAgentLoop,
|
|
48
|
+
toolsToDefinitions,
|
|
49
|
+
truncateToolResults
|
|
50
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createServer
|
|
3
|
+
} from "./chunk-LUG7ZLWW.js";
|
|
4
|
+
import "./chunk-DJBCRQTD.js";
|
|
5
|
+
import "./chunk-UF3ZJMJO.js";
|
|
6
|
+
import "./chunk-3T7SJ4OL.js";
|
|
7
|
+
import "./chunk-3UAFHUEC.js";
|
|
8
|
+
import "./chunk-Z7NVD3OQ.js";
|
|
9
|
+
import "./chunk-VSBC4SWO.js";
|
|
10
|
+
import "./chunk-AF3WSNVX.js";
|
|
11
|
+
import "./chunk-74ZCQKYU.js";
|
|
12
|
+
import "./chunk-ET6WZFPS.js";
|
|
13
|
+
import "./chunk-FQWJMPKW.js";
|
|
14
|
+
import "./chunk-WYDVMFGJ.js";
|
|
15
|
+
import "./chunk-NCODRQSS.js";
|
|
16
|
+
import "./chunk-PSZU6FMQ.js";
|
|
17
|
+
import "./chunk-MYSRO5VQ.js";
|
|
18
|
+
import "./chunk-X5IZUXDC.js";
|
|
19
|
+
import "./chunk-I5IGHBXW.js";
|
|
20
|
+
import "./chunk-XMVVDKOD.js";
|
|
21
|
+
import "./chunk-WUAWWKTN.js";
|
|
22
|
+
import "./chunk-2CDGYMJK.js";
|
|
23
|
+
import "./chunk-V3LPIDTL.js";
|
|
24
|
+
import "./chunk-A4CX3XQS.js";
|
|
25
|
+
import "./chunk-N5U6KCR2.js";
|
|
26
|
+
import "./chunk-YDD5TC5Q.js";
|
|
27
|
+
import "./chunk-37ABTUFU.js";
|
|
28
|
+
import "./chunk-NU657BBQ.js";
|
|
29
|
+
import "./chunk-PGAU3W3M.js";
|
|
30
|
+
import "./chunk-FLQ5FLHW.js";
|
|
31
|
+
import "./chunk-TOGMCQSJ.js";
|
|
32
|
+
import "./chunk-22U7TZPN.js";
|
|
33
|
+
import "./chunk-KFQGP6VL.js";
|
|
34
|
+
export {
|
|
35
|
+
createServer
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createServer
|
|
3
|
+
} from "./chunk-OQJ62XAS.js";
|
|
4
|
+
import "./chunk-DJBCRQTD.js";
|
|
5
|
+
import "./chunk-UF3ZJMJO.js";
|
|
6
|
+
import "./chunk-7DM6RUZV.js";
|
|
7
|
+
import "./chunk-3UAFHUEC.js";
|
|
8
|
+
import "./chunk-Z7NVD3OQ.js";
|
|
9
|
+
import "./chunk-VSBC4SWO.js";
|
|
10
|
+
import "./chunk-AF3WSNVX.js";
|
|
11
|
+
import "./chunk-74ZCQKYU.js";
|
|
12
|
+
import "./chunk-ET6WZFPS.js";
|
|
13
|
+
import "./chunk-FQWJMPKW.js";
|
|
14
|
+
import "./chunk-WYDVMFGJ.js";
|
|
15
|
+
import "./chunk-NCODRQSS.js";
|
|
16
|
+
import "./chunk-PSZU6FMQ.js";
|
|
17
|
+
import "./chunk-MYSRO5VQ.js";
|
|
18
|
+
import "./chunk-X5IZUXDC.js";
|
|
19
|
+
import "./chunk-I5IGHBXW.js";
|
|
20
|
+
import "./chunk-XMVVDKOD.js";
|
|
21
|
+
import "./chunk-WUAWWKTN.js";
|
|
22
|
+
import "./chunk-2CDGYMJK.js";
|
|
23
|
+
import "./chunk-V3LPIDTL.js";
|
|
24
|
+
import "./chunk-A4CX3XQS.js";
|
|
25
|
+
import "./chunk-N5U6KCR2.js";
|
|
26
|
+
import "./chunk-YDD5TC5Q.js";
|
|
27
|
+
import "./chunk-37ABTUFU.js";
|
|
28
|
+
import "./chunk-NU657BBQ.js";
|
|
29
|
+
import "./chunk-PGAU3W3M.js";
|
|
30
|
+
import "./chunk-FLQ5FLHW.js";
|
|
31
|
+
import "./chunk-TOGMCQSJ.js";
|
|
32
|
+
import "./chunk-22U7TZPN.js";
|
|
33
|
+
import "./chunk-KFQGP6VL.js";
|
|
34
|
+
export {
|
|
35
|
+
createServer
|
|
36
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
promptCompanyInfo,
|
|
3
|
+
promptDatabase,
|
|
4
|
+
promptDeployment,
|
|
5
|
+
promptDomain,
|
|
6
|
+
promptRegistration,
|
|
7
|
+
provision,
|
|
8
|
+
runSetupWizard
|
|
9
|
+
} from "./chunk-UNHNIFSP.js";
|
|
10
|
+
import "./chunk-HPIK224M.js";
|
|
11
|
+
import "./chunk-KFQGP6VL.js";
|
|
12
|
+
export {
|
|
13
|
+
promptCompanyInfo,
|
|
14
|
+
promptDatabase,
|
|
15
|
+
promptDeployment,
|
|
16
|
+
promptDomain,
|
|
17
|
+
promptRegistration,
|
|
18
|
+
provision,
|
|
19
|
+
runSetupWizard
|
|
20
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
promptCompanyInfo,
|
|
3
|
+
promptDatabase,
|
|
4
|
+
promptDeployment,
|
|
5
|
+
promptDomain,
|
|
6
|
+
promptRegistration,
|
|
7
|
+
provision,
|
|
8
|
+
runSetupWizard
|
|
9
|
+
} from "./chunk-HBPX3XQQ.js";
|
|
10
|
+
import "./chunk-HPIK224M.js";
|
|
11
|
+
import "./chunk-KFQGP6VL.js";
|
|
12
|
+
export {
|
|
13
|
+
promptCompanyInfo,
|
|
14
|
+
promptDatabase,
|
|
15
|
+
promptDeployment,
|
|
16
|
+
promptDomain,
|
|
17
|
+
promptRegistration,
|
|
18
|
+
provision,
|
|
19
|
+
runSetupWizard
|
|
20
|
+
};
|
|
@@ -800,3 +800,94 @@
|
|
|
800
800
|
2026-03-14 17:49:06: 2026-03-14T16:49:06Z ERR Request failed error="stream 2537 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.200.23 type=http
|
|
801
801
|
2026-03-14 17:49:11: 2026-03-14T16:49:11Z ERR error="stream 2533 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
802
802
|
2026-03-14 17:49:11: 2026-03-14T16:49:11Z ERR Request failed error="stream 2533 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.23 type=http
|
|
803
|
+
2026-03-14 21:16:32: 2026-03-14T20:16:32Z ERR error="stream 24369 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
804
|
+
2026-03-14 21:16:32: 2026-03-14T20:16:32Z ERR Request failed error="stream 24369 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.192.37 type=http
|
|
805
|
+
2026-03-14 21:16:38: 2026-03-14T20:16:38Z ERR error="stream 24361 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
806
|
+
2026-03-14 21:16:38: 2026-03-14T20:16:38Z ERR Request failed error="stream 24361 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.37 type=http
|
|
807
|
+
2026-03-14 21:17:51: 2026-03-14T20:17:51Z ERR error="stream 25853 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
808
|
+
2026-03-14 21:17:51: 2026-03-14T20:17:51Z ERR Request failed error="stream 25853 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.192.37 type=http
|
|
809
|
+
2026-03-14 21:17:58: 2026-03-14T20:17:58Z ERR error="stream 25849 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
810
|
+
2026-03-14 21:17:58: 2026-03-14T20:17:58Z ERR Request failed error="stream 25849 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.37 type=http
|
|
811
|
+
2026-03-14 21:18:31: 2026-03-14T20:18:31Z ERR error="stream 26453 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
812
|
+
2026-03-14 21:18:31: 2026-03-14T20:18:31Z ERR Request failed error="stream 26453 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.192.37 type=http
|
|
813
|
+
2026-03-14 21:18:37: 2026-03-14T20:18:37Z ERR error="stream 26449 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
814
|
+
2026-03-14 21:18:37: 2026-03-14T20:18:37Z ERR Request failed error="stream 26449 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.37 type=http
|
|
815
|
+
2026-03-14 21:18:41: 2026-03-14T20:18:41Z ERR error="stream 27037 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
816
|
+
2026-03-14 21:18:41: 2026-03-14T20:18:41Z ERR Request failed error="stream 27037 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.192.37 type=http
|
|
817
|
+
2026-03-14 21:18:47: 2026-03-14T20:18:47Z ERR error="stream 27033 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
818
|
+
2026-03-14 21:18:47: 2026-03-14T20:18:47Z ERR Request failed error="stream 27033 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.37 type=http
|
|
819
|
+
2026-03-14 21:19:40: 2026-03-14T20:19:40Z ERR error="stream 27217 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
820
|
+
2026-03-14 21:19:40: 2026-03-14T20:19:40Z ERR Request failed error="stream 27217 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/task-pipeline/stream event=0 ip=198.41.192.37 type=http
|
|
821
|
+
2026-03-14 21:20:02: 2026-03-14T20:20:02Z ERR error="stream 27249 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
822
|
+
2026-03-14 21:20:02: 2026-03-14T20:20:02Z ERR Request failed error="stream 27249 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.37 type=http
|
|
823
|
+
2026-03-14 21:20:02: 2026-03-14T20:20:02Z ERR error="stream 27273 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
824
|
+
2026-03-14 21:20:02: 2026-03-14T20:20:02Z ERR Request failed error="stream 27273 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.37 type=http
|
|
825
|
+
2026-03-14 21:20:02: 2026-03-14T20:20:02Z ERR error="stream 27229 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
826
|
+
2026-03-14 21:20:02: 2026-03-14T20:20:02Z ERR Request failed error="stream 27229 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream event=0 ip=198.41.192.37 type=http
|
|
827
|
+
2026-03-14 21:24:13: 2026-03-14T20:24:13Z ERR error="stream 27581 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
828
|
+
2026-03-14 21:24:13: 2026-03-14T20:24:13Z ERR error="stream 27549 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
829
|
+
2026-03-14 21:24:13: 2026-03-14T20:24:13Z ERR Request failed error="stream 27549 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.37 type=http
|
|
830
|
+
2026-03-14 21:24:13: 2026-03-14T20:24:13Z ERR Request failed error="stream 27581 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.37 type=http
|
|
831
|
+
2026-03-14 21:24:15: 2026-03-14T20:24:15Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
832
|
+
2026-03-14 21:24:15: 2026-03-14T20:24:15Z ERR Request failed error="unexpected EOF" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.23 type=http
|
|
833
|
+
2026-03-14 21:24:15: 2026-03-14T20:24:15Z ERR error="unexpected EOF" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
834
|
+
2026-03-14 21:24:15: 2026-03-14T20:24:15Z ERR Request failed error="unexpected EOF" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.37 type=http
|
|
835
|
+
2026-03-14 21:24:15: 2026-03-14T20:24:15Z ERR error="unexpected EOF" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
836
|
+
2026-03-14 21:24:15: 2026-03-14T20:24:15Z ERR Request failed error="unexpected EOF" connIndex=0 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.37 type=http
|
|
837
|
+
2026-03-14 21:24:15: 2026-03-14T20:24:15Z ERR error="unexpected EOF" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
838
|
+
2026-03-14 21:24:15: 2026-03-14T20:24:15Z ERR Request failed error="unexpected EOF" connIndex=3 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.200.23 type=http
|
|
839
|
+
2026-03-14 22:30:48: 2026-03-14T21:30:48Z ERR error="stream 4509 canceled by remote with error code 0" connIndex=3 event=1 ingressRule=0 originService=http://localhost:3100
|
|
840
|
+
2026-03-14 22:30:48: 2026-03-14T21:30:48Z ERR Request failed error="stream 4509 canceled by remote with error code 0" connIndex=3 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.200.23 type=http
|
|
841
|
+
2026-03-14 22:30:48: 2026-03-14T21:30:48Z ERR error="stream 10057 canceled by remote with error code 0" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
842
|
+
2026-03-14 22:30:48: 2026-03-14T21:30:48Z ERR Request failed error="stream 10057 canceled by remote with error code 0" connIndex=2 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
|
|
843
|
+
2026-03-14 22:35:18: 2026-03-14T21:35:18Z ERR error="stream 28109 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
844
|
+
2026-03-14 22:35:18: 2026-03-14T21:35:18Z ERR Request failed error="stream 28109 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.192.37 type=http
|
|
845
|
+
2026-03-14 22:35:22: 2026-03-14T21:35:22Z ERR error="stream 28069 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
846
|
+
2026-03-14 22:35:22: 2026-03-14T21:35:22Z ERR Request failed error="stream 28069 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.37 type=http
|
|
847
|
+
2026-03-14 22:36:13: 2026-03-14T21:36:13Z ERR error="stream 28785 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
848
|
+
2026-03-14 22:36:13: 2026-03-14T21:36:13Z ERR Request failed error="stream 28785 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.192.37 type=http
|
|
849
|
+
2026-03-14 22:36:19: 2026-03-14T21:36:19Z ERR error="stream 28781 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
850
|
+
2026-03-14 22:36:19: 2026-03-14T21:36:19Z ERR Request failed error="stream 28781 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.37 type=http
|
|
851
|
+
2026-03-14 22:37:45: 2026-03-14T21:37:45Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
852
|
+
2026-03-14 22:37:45: 2026-03-14T21:37:45Z ERR error="timeout: no recent network activity" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
853
|
+
2026-03-14 22:37:45: 2026-03-14T21:37:45Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.192.37 type=http
|
|
854
|
+
2026-03-14 22:37:45: 2026-03-14T21:37:45Z ERR Request failed error="timeout: no recent network activity" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.37 type=http
|
|
855
|
+
2026-03-14 22:37:45: 2026-03-14T21:37:45Z ERR failed to accept incoming stream requests error="failed to accept QUIC stream: timeout: no recent network activity" connIndex=0 event=0 ip=198.41.192.37
|
|
856
|
+
2026-03-14 22:37:45: 2026-03-14T21:37:45Z ERR failed to run the datagram handler error="timeout: no recent network activity" connIndex=0 event=0 ip=198.41.192.37
|
|
857
|
+
2026-03-14 22:37:45: 2026-03-14T21:37:45Z WRN failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=0 event=0 ip=198.41.192.37
|
|
858
|
+
2026-03-14 22:37:45: 2026-03-14T21:37:45Z WRN Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=0 event=0 ip=198.41.192.37
|
|
859
|
+
2026-03-14 22:37:45: 2026-03-14T21:37:45Z INF Retrying connection in up to 1s connIndex=0 event=0 ip=198.41.192.37
|
|
860
|
+
2026-03-14 22:37:45: 2026-03-14T21:37:45Z ERR failed to accept incoming stream requests error="failed to accept QUIC stream: timeout: no recent network activity" connIndex=3 event=0 ip=198.41.200.23
|
|
861
|
+
2026-03-14 22:37:45: 2026-03-14T21:37:45Z ERR failed to run the datagram handler error="timeout: no recent network activity" connIndex=3 event=0 ip=198.41.200.23
|
|
862
|
+
2026-03-14 22:37:45: 2026-03-14T21:37:45Z WRN failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=3 event=0 ip=198.41.200.23
|
|
863
|
+
2026-03-14 22:37:45: 2026-03-14T21:37:45Z WRN Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=3 event=0 ip=198.41.200.23
|
|
864
|
+
2026-03-14 22:37:45: 2026-03-14T21:37:45Z INF Retrying connection in up to 1s connIndex=3 event=0 ip=198.41.200.23
|
|
865
|
+
2026-03-14 22:37:46: 2026-03-14T21:37:46Z ERR failed to accept incoming stream requests error="failed to accept QUIC stream: timeout: no recent network activity" connIndex=2 event=0 ip=198.41.192.167
|
|
866
|
+
2026-03-14 22:37:46: 2026-03-14T21:37:46Z ERR error="timeout: no recent network activity" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
867
|
+
2026-03-14 22:37:46: 2026-03-14T21:37:46Z ERR failed to run the datagram handler error="timeout: no recent network activity" connIndex=2 event=0 ip=198.41.192.167
|
|
868
|
+
2026-03-14 22:37:46: 2026-03-14T21:37:46Z ERR error="timeout: no recent network activity" connIndex=2 event=1 ingressRule=0 originService=http://localhost:3100
|
|
869
|
+
2026-03-14 22:37:46: 2026-03-14T21:37:46Z ERR Request failed error="timeout: no recent network activity" connIndex=2 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.167 type=http
|
|
870
|
+
2026-03-14 22:37:46: 2026-03-14T21:37:46Z ERR Request failed error="timeout: no recent network activity" connIndex=2 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.192.167 type=http
|
|
871
|
+
2026-03-14 22:37:46: 2026-03-14T21:37:46Z WRN failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=2 event=0 ip=198.41.192.167
|
|
872
|
+
2026-03-14 22:37:46: 2026-03-14T21:37:46Z WRN Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=2 event=0 ip=198.41.192.167
|
|
873
|
+
2026-03-14 22:37:46: 2026-03-14T21:37:46Z INF Retrying connection in up to 1s connIndex=2 event=0 ip=198.41.192.167
|
|
874
|
+
2026-03-14 22:37:47: 2026-03-14T21:37:47Z WRN Connection terminated error="accept stream listener encountered a failure while serving" connIndex=3
|
|
875
|
+
2026-03-14 22:37:47: 2026-03-14T21:37:47Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=0 event=0 ip=198.41.192.37
|
|
876
|
+
2026-03-14 22:37:47: 2026-03-14T21:37:47Z INF Registered tunnel connection connIndex=0 connection=b88fc396-0bf5-4968-8f1f-67b720641a31 event=0 ip=198.41.192.37 location=atl01 protocol=quic
|
|
877
|
+
2026-03-14 22:37:47: 2026-03-14T21:37:47Z ERR failed to run the datagram handler error="timeout: no recent network activity" connIndex=1 event=0 ip=198.41.200.113
|
|
878
|
+
2026-03-14 22:37:47: 2026-03-14T21:37:47Z ERR failed to accept incoming stream requests error="failed to accept QUIC stream: timeout: no recent network activity" connIndex=1 event=0 ip=198.41.200.113
|
|
879
|
+
2026-03-14 22:37:47: 2026-03-14T21:37:47Z WRN failed to serve tunnel connection error="datagram manager encountered a failure while serving" connIndex=1 event=0 ip=198.41.200.113
|
|
880
|
+
2026-03-14 22:37:47: 2026-03-14T21:37:47Z WRN Serve tunnel error error="datagram manager encountered a failure while serving" connIndex=1 event=0 ip=198.41.200.113
|
|
881
|
+
2026-03-14 22:37:47: 2026-03-14T21:37:47Z INF Retrying connection in up to 1s connIndex=1 event=0 ip=198.41.200.113
|
|
882
|
+
2026-03-14 22:37:47: 2026-03-14T21:37:47Z WRN Connection terminated error="accept stream listener encountered a failure while serving" connIndex=2
|
|
883
|
+
2026-03-14 22:37:48: 2026-03-14T21:37:48Z WRN Connection terminated error="datagram manager encountered a failure while serving" connIndex=1
|
|
884
|
+
2026-03-14 22:38:02: 2026-03-14T21:38:02Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=3 event=0 ip=198.41.200.23
|
|
885
|
+
2026-03-14 22:38:02: 2026-03-14T21:38:02Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=1 event=0 ip=198.41.200.113
|
|
886
|
+
2026-03-14 22:38:02: 2026-03-14T21:38:02Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=2 event=0 ip=198.41.192.167
|
|
887
|
+
2026-03-14 22:38:02: 2026-03-14T21:38:02Z INF Registered tunnel connection connIndex=3 connection=0cd19064-44ed-4ec7-ab1e-c4607ab5bcfe event=0 ip=198.41.200.23 location=atl15 protocol=quic
|
|
888
|
+
2026-03-14 22:38:02: 2026-03-14T21:38:02Z INF Registered tunnel connection connIndex=1 connection=f2468eee-10e0-4506-bbfc-3b31f39d98e6 event=0 ip=198.41.200.113 location=atl10 protocol=quic
|
|
889
|
+
2026-03-14 22:38:02: 2026-03-14T21:38:02Z INF Registered tunnel connection connIndex=2 connection=3310a90d-b43c-49aa-8c95-a7d5c5327e4b event=0 ip=198.41.192.167 location=atl06 protocol=quic
|
|
890
|
+
2026-03-14 22:42:24: 2026-03-14T21:42:24Z ERR error="stream 5 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
891
|
+
2026-03-14 22:42:24: 2026-03-14T21:42:24Z ERR Request failed error="stream 5 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/67ba24f1-c8af-40b4-9df5-c05b81fc1e7a/price-stream event=0 ip=198.41.192.37 type=http
|
|
892
|
+
2026-03-14 22:42:31: 2026-03-14T21:42:31Z ERR error="stream 1 canceled by remote with error code 0" connIndex=0 event=1 ingressRule=0 originService=http://localhost:3100
|
|
893
|
+
2026-03-14 22:42:31: 2026-03-14T21:42:31Z ERR Request failed error="stream 1 canceled by remote with error code 0" connIndex=0 dest=https://enterprise.agenticmail.io/api/polymarket/stream?agentId=67ba24f1-c8af-40b4-9df5-c05b81fc1e7a event=0 ip=198.41.192.37 type=http
|