{"id":503278,"date":"2021-06-21T14:02:00","date_gmt":"2021-06-21T12:02:00","guid":{"rendered":"https:\/\/www.devoteam.com\/expert-view\/handling-gdpr-personal-data\/"},"modified":"2025-02-11T12:28:58","modified_gmt":"2025-02-11T11:28:58","slug":"handling-gdpr-personal-data","status":"publish","type":"expert-view","link":"https:\/\/devoteam.info\/nl\/expert-view\/handling-gdpr-personal-data\/","title":{"rendered":"Handling GDPR Personal Data"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">How to secure and get in compliance with your <a href=\"https:\/\/nl.devoteam.com\/nl\/elastic-services\/\">Elasticsearch<\/a> data &#8211; using the Elastic Stack to meet GDPR requirements?<\/p>\n\n\n\n<p class=\"has-normal-font-size wp-block-paragraph\"><strong>Data flow diagram:<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"264\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/bDxr01Q5gMI7Zep_lQI1M6GL7TF0uTwDhZed73hFRqoyMznWuWV9F-yZi44oQ5pipVhJpyPWBgEFJFZCJ3Kp-e7IcOVkc19-UFCASFoWqgEOZlYw8RaNQYadFD7I_Supb_4wWF0.png\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>GDPR Compliance initiative process<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Prepare;<\/li><li>Protect;<\/li><li>Privacy processes.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/xVr_s1fVu1a2rQa4RSk3R0XsFJN2YSGSXW6dq1qgNKB6t-_A9qLBIGTj2OX0uY7kcE3LTn_n4fk4tBjsYxyM_IQx_Vx8oPNBmxuZBsP_boa1lmS7QRhl0oP_x1SNVztti7w4Mws.png\" width=\"602\" height=\"119\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the preparation stage, an organization decides on what data they might have: <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Data mapping: identifying and documenting all the data flows within the organization that control process personal data. <\/li><li>Privacy impact statement: you classify the severity of data i.e in case of a data breach or data leak.<\/li><li>Data Retention planning: determine how long the personal data is stored and how to delete those data?<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"272\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/UkWifB07qB-kTWbFZ80rvnRkIhETkqWEj3VKAC72MpOgOgB78bJSYOQ9VsidDAXz4jovxEeWareF3_xO3rnT32SplDsO5JCys5gKUQxZxTMe6RAer93Lw3HgGjwyzvAcaJAbXPM.png\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the Protection stage: implement an appropriate level of protection\/security. Checking the data flow and ensuring the security and distribution of personal data are minimized.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Using the Elastic stack to meet GDPR requirements<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the below diagram, the <a href=\"https:\/\/nl.devoteam.com\/nl\/elastic-services\/\">Elastic<\/a> logo indicates the GDPR implementation steps which a user can deploy the elastic stack features to handle GDPR.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"279\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/T3HndrEF_-RPU3otG6T-Ir1KPr2gME-6YqKymFXDrWv7_G3JCJAuc746vnsH6rzq7NBUwtwQZwZizsaF3JQYb7EvHMgTEa2PTqpAZm1DmbG3w2-OxJB6Na-mW_3cHTbd0r1r98.png\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Mapping data and ingesting it into the Elastic is the crucial step in regards to GDPR and if the organization is unable to identify the relevant data flow then the GDPR initiative may be incomplete\/ineffective.&nbsp;<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Access Control<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To prevent unauthorized access to personal data i.e data stored in Elasticsearch. Elastic&#8217;s Xpack security features provide a standalone authentication mechanism that enables quick password protection of a cluster and also Xpack can be integrated with the external authentication mechanism to manage users in an organization, such as LDAP, AD, or PKI. It also includes IP address filtering to whitelist and blacklist specific IP addresses and subnets to control network layer access to the elastic search cluster.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, Just authenticating the users is not enough for GDPR compliance, we need extra control over what data a user can access and what tasks can they perform when interacting with the data. Xpack security features also enable control to authorize users by assigning them access privileges and roles and then assigning these roles to users. This role-based access control (RBAC) provides the ability to specify which users can perform read or write operations on the Elasticsearch indices or documents or fields.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Logging and Auditing<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When Elasticsearch is used as data storage, Elastic Xpack features enable you to maintain an audit trail by auditing security events. The audit logs produced by Elasticsearch when Xpack security is enabled, let you see who is accessing your data and what they are doing, and by analyzing access patterns and things like &#8220;Failed attempts to access cluster &#8221; insight can be gained by security teams to understand attempted attacks and data breaches.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When Elasticsearch is not used as primary data storage, it can be used as a centralized logging platform for managing security-related logs from throughout an organization&#8217;s infrastructure, it can be any machines, servers, network.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Monitoring and Detection<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Xpack security feature helps admins to <a href=\"https:\/\/nl.devoteam.com\/nl\/centralized-monitoring-oplossing\/\">monitor<\/a> the infra as well as the health of the Elastic cluster. Here Xpack alerting features enables automated monitoring of log, notifications of failure, or interruptions. Along with Xpack alerting features, Xpack machine learning jobs (anomaly detection), and Kibana dashboards can be used for threat detection platforms. There are a lot of features that comes with Xpack. <a href=\"https:\/\/www.elastic.co\/downloads\/x-pack\">Check it here<\/a>. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>More information<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Xpack security control allows you to implement the access controls as required by GDPR. It also enables end-to-end security either internal or external such as internal communication between nodes and external connection to Elasticsearch via an application. Click on the link for more information about <a href=\"https:\/\/www.elastic.co\/guide\/en\/elasticsearch\/reference\/current\/security-minimal-setup.html\">Security minimal setup<\/a>, <a href=\"https:\/\/www.elastic.co\/guide\/en\/elasticsearch\/reference\/current\/configuring-stack-security.html\">configuring Stack security<\/a> or <a href=\"https:\/\/www.elastic.co\/blog\/configuring-ssl-tls-and-https-to-secure-elasticsearch-kibana-beats-and-logstash\">Elasticsearch Beats and Logstash security<\/a>. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you want more information about Elastic Stack, <a href=\"http:\/\/Elastic stack: https:\/\/www.elastic.co\/elastic-stack\">click here<\/a>. If you want more information about X-pack, <a href=\"http:\/\/X-pack: https:\/\/www.elastic.co\/downloads\/x-pack\">click here<\/a>. Wil je meer informatie? <a href=\"https:\/\/nl.devoteam.com\/nl\/neem-contact-op\/\">Neem dan cont<\/a>act met ons op. <\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>How to secure and get in compliance with your Elasticsearch data &#8211; using the Elastic Stack to meet GDPR requirements? Data flow diagram: GDPR Compliance initiative process Prepare; Protect; Privacy processes. In the preparation stage, an organization decides on what data they might have: Data mapping: identifying and documenting all the data flows within the [&hellip;]<\/p>\n","protected":false},"featured_media":354273,"template":"","categories":[1621,1626],"tags":[212,1978],"industry":[],"class_list":["post-503278","expert-view","type-expert-view","status-publish","has-post-thumbnail","hentry","category-data","category-elastic","tag-data","tag-elastic"],"acf":[],"cards":"\n\t<div class=\"single-post-card\">\n\n\t\t<figure class=\"wp-block-post-featured-image\"><a href=\"https:\/\/devoteam.info\/nl\/expert-view\/handling-gdpr-personal-data\/\" target=\"_self\" ><img width=\"2560\" height=\"1083\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Handling GDPR Personal Data\" style=\"aspect-ratio:4\/3;width:100%;object-fit:cover;\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1.jpg 2560w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-300x127.jpg 300w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-1024x433.jpg 1024w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-768x325.jpg 768w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-1536x650.jpg 1536w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-2048x866.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><\/a><\/figure>\n\n\t\t\n\t\t<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-43282307 wp-block-group-is-layout-flex\">\n\t<p style=\"font-style:normal;font-weight:700\" class=\"has-link-color wp-elements-1 wp-block-lp-post-type has-text-color has-primary-color has-small-font-size\">Expert View<\/p>\n\n\t\t\n\t\t<h3 style=\"font-style:normal;font-weight:400\" class=\"wp-block-post-title has-base-font-size\"><a href=\"https:\/\/devoteam.info\/nl\/expert-view\/handling-gdpr-personal-data\/\" target=\"_self\" >Handling GDPR Personal Data<\/a><\/h3><\/div>\n\t\t\n\t<\/div>\n\n","yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Handling GDPR Personal Data | Devoteam<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/devoteam.info\/nl\/expert-view\/handling-gdpr-personal-data\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Handling GDPR Personal Data\" \/>\n<meta property=\"og:description\" content=\"How to secure and get in compliance with your Elasticsearch data &#8211; using the Elastic Stack to meet GDPR requirements? Data flow diagram: GDPR Compliance initiative process Prepare; Protect; Privacy processes. In the preparation stage, an organization decides on what data they might have: Data mapping: identifying and documenting all the data flows within the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devoteam.info\/nl\/expert-view\/handling-gdpr-personal-data\/\" \/>\n<meta property=\"og:site_name\" content=\"Devoteam\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-11T11:28:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1083\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/handling-gdpr-personal-data\\\/\",\"url\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/handling-gdpr-personal-data\\\/\",\"name\":\"Handling GDPR Personal Data | Devoteam\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/handling-gdpr-personal-data\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/handling-gdpr-personal-data\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/Data-1-scaled-1.jpg\",\"datePublished\":\"2021-06-21T12:02:00+00:00\",\"dateModified\":\"2025-02-11T11:28:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/handling-gdpr-personal-data\\\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/handling-gdpr-personal-data\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/handling-gdpr-personal-data\\\/#primaryimage\",\"url\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/Data-1-scaled-1.jpg\",\"contentUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/Data-1-scaled-1.jpg\",\"width\":2560,\"height\":1083},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/handling-gdpr-personal-data\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expert View\",\"item\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Handling GDPR Personal Data\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/#website\",\"url\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/\",\"name\":\"Devoteam\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Handling GDPR Personal Data | Devoteam","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:\/\/devoteam.info\/nl\/expert-view\/handling-gdpr-personal-data\/","og_locale":"nl_NL","og_type":"article","og_title":"Handling GDPR Personal Data","og_description":"How to secure and get in compliance with your Elasticsearch data &#8211; using the Elastic Stack to meet GDPR requirements? Data flow diagram: GDPR Compliance initiative process Prepare; Protect; Privacy processes. In the preparation stage, an organization decides on what data they might have: Data mapping: identifying and documenting all the data flows within the [&hellip;]","og_url":"https:\/\/devoteam.info\/nl\/expert-view\/handling-gdpr-personal-data\/","og_site_name":"Devoteam","article_modified_time":"2025-02-11T11:28:58+00:00","og_image":[{"width":2560,"height":1083,"url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"4 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devoteam.info\/nl\/expert-view\/handling-gdpr-personal-data\/","url":"https:\/\/devoteam.info\/nl\/expert-view\/handling-gdpr-personal-data\/","name":"Handling GDPR Personal Data | Devoteam","isPartOf":{"@id":"https:\/\/devoteam.info\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devoteam.info\/nl\/expert-view\/handling-gdpr-personal-data\/#primaryimage"},"image":{"@id":"https:\/\/devoteam.info\/nl\/expert-view\/handling-gdpr-personal-data\/#primaryimage"},"thumbnailUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1.jpg","datePublished":"2021-06-21T12:02:00+00:00","dateModified":"2025-02-11T11:28:58+00:00","breadcrumb":{"@id":"https:\/\/devoteam.info\/nl\/expert-view\/handling-gdpr-personal-data\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devoteam.info\/nl\/expert-view\/handling-gdpr-personal-data\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/devoteam.info\/nl\/expert-view\/handling-gdpr-personal-data\/#primaryimage","url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1.jpg","contentUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1.jpg","width":2560,"height":1083},{"@type":"BreadcrumbList","@id":"https:\/\/devoteam.info\/nl\/expert-view\/handling-gdpr-personal-data\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devoteam.info\/nl\/"},{"@type":"ListItem","position":2,"name":"Expert View","item":"https:\/\/devoteam.info\/nl\/expert-view\/"},{"@type":"ListItem","position":3,"name":"Handling GDPR Personal Data"}]},{"@type":"WebSite","@id":"https:\/\/devoteam.info\/nl\/#website","url":"https:\/\/devoteam.info\/nl\/","name":"Devoteam","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devoteam.info\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"}]}},"uagb_featured_image_src":{"full":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1.jpg",2560,1083,false],"thumbnail":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-150x150.jpg",150,150,true],"medium":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-300x127.jpg",300,127,true],"medium_large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-768x325.jpg",768,325,true],"large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-1024x433.jpg",1024,433,true],"1536x1536":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-1536x650.jpg",1536,650,true],"2048x2048":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/Data-1-scaled-1-2048x866.jpg",2048,866,true]},"uagb_author_info":{"display_name":"Julien Pawlowski","author_link":"https:\/\/devoteam.info\/nl\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"How to secure and get in compliance with your Elasticsearch data &#8211; using the Elastic Stack to meet GDPR requirements? Data flow diagram: GDPR Compliance initiative process Prepare; Protect; Privacy processes. In the preparation stage, an organization decides on what data they might have: Data mapping: identifying and documenting all the data flows within the&hellip;","_links":{"self":[{"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/expert-view\/503278","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/expert-view"}],"about":[{"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/types\/expert-view"}],"version-history":[{"count":0,"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/expert-view\/503278\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/media\/354273"}],"wp:attachment":[{"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/media?parent=503278"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/categories?post=503278"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/tags?post=503278"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/industry?post=503278"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}