{"id":12648,"date":"2024-07-24T13:48:56","date_gmt":"2024-07-24T08:18:56","guid":{"rendered":"https:\/\/www.skynats.com\/?p=12648"},"modified":"2025-01-08T20:35:51","modified_gmt":"2025-01-08T15:05:51","slug":"datadog-custom-log-integration-guide","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/","title":{"rendered":"Custom log integration in Datadog"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large is-resized\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"724\" sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/07\/Untitled-design-2-1024x724.png\" alt=\"Datadog custom log integration\" class=\"wp-image-12650\" style=\"width:216px;height:auto\" srcset=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/07\/Untitled-design-2-1024x724.png 1024w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/07\/Untitled-design-2-300x212.png 300w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/07\/Untitled-design-2-768x543.png 768w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/07\/Untitled-design-2-1536x1086.png 1536w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/07\/Untitled-design-2-1200x848.png 1200w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/07\/Untitled-design-2-1980x1400.png 1980w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/07\/Untitled-design-2.png 2000w\" \/><\/figure>\n\n\n\n<p>Datadog is a powerful monitoring and analytics platform that offers comprehensive visibility into your entire tech stack. With its extensive range of integrations and robust data visualisation capabilities, Datadog is a go-to solution for businesses seeking to optimise their performance and troubleshoot issues efficiently. One of the standout features of Datadog is its ability to handle custom log integration, allowing you to capture, analyse, and act on logs tailored to your unique application environment. <\/p>\n\n\n\n<p>Integrating custom logs into Datadog involves a few key steps to ensure your custom logs are properly collected and analysed alongside other metrics and logs in your Datadog environment. Here\u2019s a general approach to integrating custom logs into Datadog:<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-normal-font-size\" id=\"h-log-collection-configuration\"><strong>Log Collection Configuration<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Set Up Log Collection<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Ensure you have a Datadog account and access to the Datadog platform.<\/li>\n\n\n\n<li>Navigate to the Logs section in Datadog.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Choose a Collection Method<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Datadog supports various methods for log collection, including:\n<ul class=\"wp-block-list\">\n<li><strong>Agent-based<\/strong>: Install the Datadog Agent on your servers or containers.<\/li>\n\n\n\n<li><strong>Log Forwarder<\/strong>: Use a log forwarder (like Fluentd, Fluent Bit, or others) configured to send logs to Datadog.<\/li>\n\n\n\n<li><strong>HTTP\/S API<\/strong>: Directly send logs to Datadog using their HTTP\/S endpoint<a href=\"https:\/\/docs.datadoghq.com\/logs\/log_collection\/\">.<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading has-normal-font-size\"><strong>Format and Send Custom Logs<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Define Log Format<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Decide on the format of your custom logs. Datadog supports structured JSON logs, as well as other common log formats.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Send Logs to Datadog<\/strong>:<\/li>\n<\/ol>\n\n\n\n<p>At first, set logs_enabled to true in \/etc\/datadog\/datadog.yaml file. Then,<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Depending on your chosen collection method,\n<ul class=\"wp-block-list\">\n<li>If using the Datadog Agent, configure it to collect your custom logs. This might involve modifying the Agent configuration file (\/etc\/datadog\/conf.d\/service_name.d\/conf.yaml)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>logs:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>- type: file\n\n&nbsp;&nbsp;&nbsp;&nbsp;path: \/path\/to\/your\/custom.log\n\n&nbsp;&nbsp;&nbsp;&nbsp;service: service_name\n\n&nbsp;&nbsp;&nbsp;&nbsp;source: custom-log-source<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If using a log forwarder, configure it to send logs to Datadog using the appropriate Datadog output plugin or configuration.<\/li>\n\n\n\n<li>If using the HTTP\/S API, ensure your application or logging mechanism sends logs to Datadog\u2019s endpoint in the specified format.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading has-normal-font-size\"><strong>Verify and Monitor<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Verify Log Ingestion<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Once configured, verify that Datadog is receiving your custom logs. You can do this by checking the Logs section of the Datadog web interface.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Set Up Alerts and Dashboards<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Create alerts based on log content using Datadog\u2019s alerting features.<\/li>\n\n\n\n<li>Build custom dashboards to visualise and analyse your custom logs alongside other metrics and logs.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p>Integrating custom logs into Datadog involves configuring your log collection method to send logs to Datadog\u2019s platform. Depending on your infrastructure and preferences, you can choose between agent-based, log forwarder, or direct API methods. Once configured, you can leverage Datadog\u2019s powerful monitoring and analytics capabilities to gain insights from your custom logs.<\/p>\n\n\n\n<p>For comprehensive support on <a href=\"https:\/\/www.skynats.com\/server-management\/\">custom log integration in Datadog<\/a>, reach out to us. As experts in server management and monitoring solutions, <a href=\"https:\/\/www.skynats.com\/blog\/\">Skynats<\/a> can guide you through the process of integrating your unique log data into Datadog. Our team ensures seamless setup and optimal configuration, helping you to leverage Datadog\u2019s powerful analytics and monitoring tools. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Datadog is a powerful monitoring and analytics platform that offers comprehensive visibility into your entire tech stack. With its extensive range of integrations and robust data visualisation capabilities, Datadog is a go-to solution for businesses seeking to optimise their performance and troubleshoot issues efficiently. One of the standout features of Datadog is its ability to [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,68],"tags":[885],"class_list":["post-12648","post","type-post","status-publish","format-standard","hentry","category-blog","category-server-management","tag-datadog-custom-log-integration"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Datadog Custom Log Integration: A Comprehensive Guide<\/title>\n<meta name=\"description\" content=\"Learn how to efficiently implement Datadog custom log integration to enhance monitoring and analytics for your applications.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Custom log integration in Datadog\" \/>\n<meta property=\"og:description\" content=\"Learn how to efficiently implement Datadog custom log integration to enhance monitoring and analytics for your applications.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Server Management Services | Cloud Management | Skynats\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/skynats\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-24T08:18:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-08T15:05:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/07\/Untitled-design-2-1024x724.png\" \/>\n<meta name=\"author\" content=\"Sajna VM\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:site\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sajna VM\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/datadog-custom-log-integration-guide\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/datadog-custom-log-integration-guide\\\/\"},\"author\":{\"name\":\"Sajna VM\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/670799cac44dade2781ac6c4973426be\"},\"headline\":\"Custom log integration in Datadog\",\"datePublished\":\"2024-07-24T08:18:56+00:00\",\"dateModified\":\"2025-01-08T15:05:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/datadog-custom-log-integration-guide\\\/\"},\"wordCount\":492,\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/datadog-custom-log-integration-guide\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Untitled-design-2-1024x724.png\",\"keywords\":[\"Datadog custom log integration\"],\"articleSection\":[\"Blog\",\"server management\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/datadog-custom-log-integration-guide\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/datadog-custom-log-integration-guide\\\/\",\"name\":\"Datadog Custom Log Integration: A Comprehensive Guide\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/datadog-custom-log-integration-guide\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/datadog-custom-log-integration-guide\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Untitled-design-2-1024x724.png\",\"datePublished\":\"2024-07-24T08:18:56+00:00\",\"dateModified\":\"2025-01-08T15:05:51+00:00\",\"description\":\"Learn how to efficiently implement Datadog custom log integration to enhance monitoring and analytics for your applications.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/datadog-custom-log-integration-guide\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.skynats.com\\\/blog\\\/datadog-custom-log-integration-guide\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/datadog-custom-log-integration-guide\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Untitled-design-2.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Untitled-design-2.png\",\"width\":2000,\"height\":1414},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/datadog-custom-log-integration-guide\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Custom log integration in Datadog\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"name\":\"Server Management Services | Cloud Management | Skynats\",\"description\":\"Server Management and Cloud Management\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\",\"name\":\"Skynats Technologies\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"width\":989,\"height\":367,\"caption\":\"Skynats Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/skynats\",\"https:\\\/\\\/x.com\\\/skynatstech\",\"https:\\\/\\\/www.instagram.com\\\/skynatstech\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/skynats-technologies\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCvTAjrFJ4_E2MJKwlDHomlg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/670799cac44dade2781ac6c4973426be\",\"name\":\"Sajna VM\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/be4874edc2bd263b9580e37403a031ea2867817157fdfb16709303982f093c44?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/be4874edc2bd263b9580e37403a031ea2867817157fdfb16709303982f093c44?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/be4874edc2bd263b9580e37403a031ea2867817157fdfb16709303982f093c44?s=96&d=mm&r=g\",\"caption\":\"Sajna VM\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Datadog Custom Log Integration: A Comprehensive Guide","description":"Learn how to efficiently implement Datadog custom log integration to enhance monitoring and analytics for your applications.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/","og_locale":"en_US","og_type":"article","og_title":"Custom log integration in Datadog","og_description":"Learn how to efficiently implement Datadog custom log integration to enhance monitoring and analytics for your applications.","og_url":"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/","og_site_name":"Server Management Services | Cloud Management | Skynats","article_publisher":"https:\/\/www.facebook.com\/skynats","article_published_time":"2024-07-24T08:18:56+00:00","article_modified_time":"2025-01-08T15:05:51+00:00","og_image":[{"url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/07\/Untitled-design-2-1024x724.png","type":"","width":"","height":""}],"author":"Sajna VM","twitter_card":"summary_large_image","twitter_creator":"@skynatstech","twitter_site":"@skynatstech","twitter_misc":{"Written by":"Sajna VM","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/#article","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/"},"author":{"name":"Sajna VM","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/670799cac44dade2781ac6c4973426be"},"headline":"Custom log integration in Datadog","datePublished":"2024-07-24T08:18:56+00:00","dateModified":"2025-01-08T15:05:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/"},"wordCount":492,"publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/07\/Untitled-design-2-1024x724.png","keywords":["Datadog custom log integration"],"articleSection":["Blog","server management"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/","url":"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/","name":"Datadog Custom Log Integration: A Comprehensive Guide","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/#primaryimage"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/07\/Untitled-design-2-1024x724.png","datePublished":"2024-07-24T08:18:56+00:00","dateModified":"2025-01-08T15:05:51+00:00","description":"Learn how to efficiently implement Datadog custom log integration to enhance monitoring and analytics for your applications.","breadcrumb":{"@id":"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/#primaryimage","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/07\/Untitled-design-2.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/07\/Untitled-design-2.png","width":2000,"height":1414},{"@type":"BreadcrumbList","@id":"https:\/\/www.skynats.com\/blog\/datadog-custom-log-integration-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.skynats.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Custom log integration in Datadog"}]},{"@type":"WebSite","@id":"https:\/\/www.skynats.com\/blog\/#website","url":"https:\/\/www.skynats.com\/blog\/","name":"Server Management Services | Cloud Management | Skynats","description":"Server Management and Cloud Management","publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.skynats.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.skynats.com\/blog\/#organization","name":"Skynats Technologies","url":"https:\/\/www.skynats.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","width":989,"height":367,"caption":"Skynats Technologies"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/skynats","https:\/\/x.com\/skynatstech","https:\/\/www.instagram.com\/skynatstech\/","https:\/\/www.linkedin.com\/company\/skynats-technologies","https:\/\/www.youtube.com\/channel\/UCvTAjrFJ4_E2MJKwlDHomlg"]},{"@type":"Person","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/670799cac44dade2781ac6c4973426be","name":"Sajna VM","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/be4874edc2bd263b9580e37403a031ea2867817157fdfb16709303982f093c44?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/be4874edc2bd263b9580e37403a031ea2867817157fdfb16709303982f093c44?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/be4874edc2bd263b9580e37403a031ea2867817157fdfb16709303982f093c44?s=96&d=mm&r=g","caption":"Sajna VM"}}]}},"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/12648","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=12648"}],"version-history":[{"count":0,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/12648\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=12648"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=12648"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=12648"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}