-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
Signed-off-by: Pierre De Paepe <[email protected]>
Thanks @pdepaepe for your contribution. Do you have any requirements about using theses new services? Because it seems that Iceberg isn't available for all regions and I'm not 100% sure that it safe to use in production. @rbeuque74 could probably tell us a bit more about the current status I guess. |
Iceberg is available in EU as /dbaas/logs today. |
update: { method: "PUT" }, | ||
remove: { method: "DELETE" }, | ||
linkStream: { method: "POST", url: "/dbaas/logs/:serviceName/output/elasticsearch/alias/:aliasId/stream" }, | ||
unlinkStream: { method: "DELETE", url: "/dbaas/logs/:serviceName/output/elasticsearch/alias/:aliasId/stream/:streamId" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those should probably be in a stream
submodule
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably, but already the case on v6 https://github.com/ovh-ux/ovh-api-services/blob/master/src/dbaas/logs/alias/alias.v6.service.js
linkStream: { method: "POST", url: "/dbaas/logs/:serviceName/output/elasticsearch/alias/:aliasId/stream" }, | ||
unlinkStream: { method: "DELETE", url: "/dbaas/logs/:serviceName/output/elasticsearch/alias/:aliasId/stream/:streamId" }, | ||
linkIndex: { method: "POST", url: "/dbaas/logs/:serviceName/output/elasticsearch/alias/:aliasId/index" }, | ||
unlinkIndex: { method: "DELETE", url: "/dbaas/logs/:serviceName/output/elasticsearch/alias/:aliasId/index/:indexId" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here with index
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment.
Signed-off-by: Pierre De Paepe <[email protected]>
Thank you @marie-j for your review, i did the modifications on usual methods. |
Hello,
This PR will allow Iceberg support on Logs Data Platform API.
Thanks for your review, merge & prod time.
Signed-off-by: Pierre De Paepe [email protected]