SkyFormation Cloud Endpoints
SkyFormation running application interact with few SkyFormation cloud services (aka Cloud Endpoints) for functions as license validation and more. This document details the different cloud endpoints in by the SkyFormation app and their exact data sent/received.
The SkyFormation app do not send any PII data to the SkyFormation cloud endpoints.
Cloud Endpoints in use
Endpoint Name | Used for | Sent/Receive by app | URL | Used by | Mandatory/ Optional |
---|---|---|---|---|---|
License Manager | Ensure license validity for SkyFormation apps | Sent | https://license.skyformation.net | SkyFormation platform | Mandatory |
App Connectors Health | Get from running apps health indications for running cloud connectors | Sent | https://report.skyformation.net | SkyFormation platform | Optional |
App Machine Health | Get from running app VM level health indications (memory and disk space) | Sent | https://report.skyformation.net | SkyFormation platform | Optional |
Internal Messaging System Health | Get from running app health indications for the internal messaging system health (such as delay) | Sent | https://report.skyformation.net | SkyFormation platform | Optional |
SIEM Connection Health | Get from running app health indications for events sent to SIEM system | Sent | https://report.skyformation.net | SkyFormation platform | Optional |
Examples for data sent by a SkyFormation app to cloud endpoints
License Manager
Anonymized data sent from running SkyFormation app
{
"licensekey": "9999999-e4ff-47a9-9e10-b5fbe3279e84",
"status": {
"version-blob": "https://skyformation-nexus.cloudapp.net:8443/nexus/service/local/repositories/skyformation-release/content/SkyFormation/sk4-conf/2.1.13/sk4-conf-2.1.13.zip\nhttps://skyformation-nexus.cloudapp.net:8443/nexus/service/local/repositories/skyformation-release/content/SkyFormation/sk4-shiro-conf/2.1.13/sk4-shiro-conf-2.1.13.zip\nhttps://skyformation-nexus.cloudapp.net:8443/nexus/service/local/repositories/skyformation-release/content/SkyFormation/sk4-open-api/2.1.13/sk4-open-api-2.1.13.war\nhttps://skyformation-nexus.cloudapp.net:8443/nexus/service/local/repositories/skyformation-release/content/SkyFormation/Client/2.1.13/Client-2.1.13.war\nhttps://skyformation-nexus.cloudapp.net:8443/nexus/service/local/repositories/skyformation-release/content/SkyFormation/sk4-task-management-server/2.1.13/sk4-task-management-server-2.1.13.war\nhttps://skyformation-nexus.cloudapp.net:8443/nexus/service/local/repositories/skyformation-release/content/SkyFormation/sk4-dlp-extension/2.1.13/sk4-dlp-extension-2.1.13.war\nhttps://skyformation-nexus.cloudapp.net:8443/nexus/service/local/repositories/skyformation-release/content/SkyFormation/SkyformationWebApp/2.1.13/SkyformationWebApp-2.1.13.war\n"
},
"datetime": 1507931239393,
"sourceIp": "12.33.220.150"
}
App Connectors Health
Anonymized data sent from running SkyFormation app
{
"licensekey": "9999999-e4ff-47a9-9e10-b5fbe3279e84",
"status": {
"artifact": {
"type": "time-series",
"task-id": 250450,
"msg": "Failed to complete task [TaskToExecute{id=250450, executor=a63cee2d-a357-49a6-83ff-832335f8e568, definitionName=sync-events-from-endpoint-mim-sspr-activity-events, params=TimeRangeParams{taskId=250450, from=Optional[2017-10-16T13:18:09.609Z], to=Optional[2017-10-16T13:32:05.035Z]}, timeout=PT10M}]",
"status": 500,
"created-at": 1508161809.42,
"running-time": 2.04,
"result-count": 0,
"earliest-asked": 1508159889.609,
"latest-asked": 1508160725.035,
"earliest-retrieved": null,
"latest-retrieved": null
},
"account-id": "a63cee2d-a357-49a6-83ff-832335f8e568",
"account-name": "HMS O365",
"application": "Office 365",
"endpoint": "mim-sspr-activity-events"
},
"datetime": 1508161809428,
"sourceIp": "216.58.151.6"
}
App Machine Health
Anonymized data sent from running SkyFormation app
{
"memory": {
"non-heap": {
"init": 2555904,
"used": 244003360,
"committed": 248045568,
"max": -1
},
"heap": {
"init": 268435456,
"used": 1126126984,
"committed": 1594359808,
"max": 3817865216
}
},
"avr-load": 3.21826171875,
"threads": {
"count": 164,
"daemon": 121,
"peak": 170
},
"fs": {
"name": "/dev/disk1s1",
"total": 499963170816,
"used": 379214008320,
"unallocated": 383138283520
}
}
Internal Messaging System Health
{
"licensekey": "XXXX",
"status": {
"events-consumed-from-kafka-to-siem": 0,
"max-kafka-delay-millis": 0
}
}
SIEM Connection Health
{
"licensekey": "XXXX",
"status": {
"drops-count": 0,
"message-duration-nano": 0,
"message-siem-connection-latency-nano": 0,
"siem-connection-errors": 0,
"messages-sent-success": 0,
"sender-errors": 0
}
}
Comments
0 comments
Please sign in to leave a comment.