Skip to content

Commit

Permalink
fix: correct logging service endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Zuev committed Jan 12, 2022
1 parent bec2aca commit a712923
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/service-endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,20 @@ const SERVICE_ENDPOINTS_LIST: ServiceEndpointsList = [
{
serviceIds: [
'yandex.cloud.logging.v1.LogGroupService',
'yandex.cloud.logging.v1.LogIngestionService',
],
endpoint: 'logging.api.cloud.yandex.net:443',
},
{
serviceIds: [
'yandex.cloud.logging.v1.LogReadingService',
],
endpoint: 'logs.api.cloud.yandex.net:443',
endpoint: 'reader.logging.yandexcloud.net:443',
},
{
serviceIds: [
'yandex.cloud.logging.v1.LogIngestionService',
],
endpoint: 'ingester.logging.yandexcloud.net:443',
},
{
serviceIds: [
Expand Down

0 comments on commit a712923

Please sign in to comment.