{"id":371284,"date":"2023-03-01T07:10:14","date_gmt":"2023-03-01T07:10:14","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=371284"},"modified":"2024-03-11T13:05:23","modified_gmt":"2024-03-11T13:05:23","slug":"cluster_block_exception-in-magento-2","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/","title":{"rendered":"cluster_block_exception in Magento 2"},"content":{"rendered":"\n<p>Here, we will provide a helpful solution to the \u2018<em><strong>cluster_block_exception in Magento 2<\/strong><\/em>\u2018 thrown by Elasticsearch with indexing.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"indexing-terminology\">Indexing terminology<a href=\"https:\/\/developer.adobe.com\/commerce\/php\/development\/components\/indexing\/#indexing-terminology\"><\/a><\/h3>\n\n\n\n<p><strong>Dictionary<\/strong> : Original data entered to the system. It organises the Dictionaries in&nbsp;<a href=\"http:\/\/en.wikipedia.org\/wiki\/Database_normalization\" target=\"_blank\" rel=\"noreferrer noopener\">normal form<\/a>&nbsp;to facilitate maintenance (updating the data).<\/p>\n\n\n\n<p><strong>Index<\/strong> : Representation of the original data for optimized reading and searching. Indexes can contain results of aggregations and various calculations. Index data can be always re-created from a dictionary using a certain algorithm.<\/p>\n\n\n\n<p><strong>Indexer<\/strong> : Object that creates an index.<\/p>\n\n\n\n<p>Using the <a href=\"https:\/\/store.webkul.com\/Magento2-Elasticsearch.html\" target=\"_blank\" rel=\"noreferrer noopener\">Magento 2 Elastic Search<\/a> now your customers can easily search using the fastest search engine.<br><br>To check the Index Management in magento 2 admin panel you have to  follow following steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Log in to the&nbsp;<a href=\"https:\/\/glossary.magento.com\/magento-admin\" target=\"_blank\" rel=\"noreferrer noopener\">Admin<\/a>.<\/li>\n\n\n\n<li>Click&nbsp;<strong>System &gt;<\/strong>&nbsp;Tools&nbsp;<strong>&gt; Index Management<\/strong>.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1060\" height=\"699\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/image.png\" alt=\"image for index management in admin panel magento 2\" class=\"wp-image-371288\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/image.png 1060w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/image-300x198.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/image-250x165.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/image-768x506.png 768w\" sizes=\"(max-width: 1060px) 100vw, 1060px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><br>Indexing is how Adobe Commerce and Magento Open Source transform data such as products and categories, to improve the performance of your&nbsp;<a href=\"https:\/\/glossary.magento.com\/storefront\" target=\"_blank\" rel=\"noreferrer noopener\">storefront<\/a>. As data changes, the transformed data must be updated or reindexed. The application has a very sophisticated architecture that stores lots of merchant data (including&nbsp;<a href=\"https:\/\/glossary.magento.com\/catalog\" target=\"_blank\" rel=\"noreferrer noopener\">catalog<\/a>&nbsp;data, prices, users, and stores) in many database tables. To optimize storefront performance, the application accumulates data into special tables using indexers. But when you run the below reindex command:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">bin\/magento indexer:reindex<\/pre>\n\n\n\n<p>An error is shown in the terminal as follows:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Design Config Grid index has been rebuilt successfully in 00:00:00\nCustomer Grid index has been rebuilt successfully in 00:00:05\nCategory Flat Data index has been rebuilt successfully in 00:00:00\nCategory Products index has been rebuilt successfully in 00:00:06\nProduct Categories index has been rebuilt successfully in 00:00:00\nCatalog Rule Product index has been rebuilt successfully in 00:00:00\nProduct EAV index has been rebuilt successfully in 00:00:09\nStock index has been rebuilt successfully in 00:00:04\nInventory index has been rebuilt successfully in 00:00:00\nCatalog Product Rule index has been rebuilt successfully in 00:00:00\nProduct Price index has been rebuilt successfully in 00:01:57\nGoogle Product Removal Feed index has been rebuilt successfully in 00:00:00\nGoogle Product Feed index has been rebuilt successfully in 00:00:00\nCatalog Search index process unknown error:\n{&quot;error&quot;:{&quot;root_cause&quot;:&#091;{&quot;type&quot;:&quot;cluster_block_exception&quot;,&quot;reason&quot;:&quot;index &#091;magento2_product_1_v1516] blocked by: &#091;TOO_MANY_REQUESTS\/12\/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];&quot;}],&quot;type&quot;:&quot;cluster_block_exception&quot;,&quot;reason&quot;:&quot;index &#091;magento2_product_1_v1516] blocked by: &#091;TOO_MANY_REQUESTS\/12\/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];&quot;},&quot;status&quot;:429}<\/pre>\n\n\n\n<p>This means you do not have enough disk space to store or update data. This error is thrown by ElasticSearch when the flood storage watermark level is exceeded. It puts ElasticSearch into a read-only mode.<\/p>\n\n\n\n<p>Now, I will provide the solution to the \u2018cluster_block_exception\u2019 in Magento 2<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Steps to Solve \u2018cluster_block_exception\u2019 in Magento 2<\/strong><\/h2>\n\n\n\n<p>We can solve the \u201cdisk usage exceeded flood-stage watermark\u201d error while reindexing in Magento 2 by disabling the cluster routing allocation disk threshold. You can follow the steps mentioned below to solve the \u2018cluster block exception\u2019 in Magento 2:<\/p>\n\n\n\n<p><strong>Step 1:<\/strong>&nbsp;Run the following command in the root path of Magento 2:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">curl -XPUT -H &quot;Content-Type: application\/json&quot; http:\/\/localhost:9200\/_cluster\/settings -d &#039;{ &quot;transient&quot;: { &quot;cluster.routing.allocation.disk.threshold_enabled&quot;: false } }&#039;<\/pre>\n\n\n\n<p><strong>Step 2:<\/strong>&nbsp;Try to perform reindexing again using the following command:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">curl -XPUT -H &quot;Content-Type: application\/json&quot; http:\/\/localhost:9200\/_all\/_settings -d &#039;{&quot;index.blocks.read_only_allow_delete&quot;: null}&#039;<\/pre>\n\n\n\n<p>After this again run the reindex command in the terminal and check.<\/p>\n\n\n\n<p>You can also use our another blog to perform reindexing programmatically in magento 2 by clicking <a href=\"https:\/\/webkul.com\/blog\/reindexing-programmatically-magento-2\/\">here<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here, we will provide a helpful solution to the \u2018cluster_block_exception in Magento 2\u2018 thrown by Elasticsearch with indexing. Indexing terminology Dictionary : Original data entered to the system. It organises the Dictionaries in&nbsp;normal form&nbsp;to facilitate maintenance (updating the data). Index : Representation of the original data for optimized reading and searching. Indexes can contain results <a href=\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":482,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[2070,590],"class_list":["post-371284","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-magento2","tag-webkul"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>cluster_block_exception in Magento 2 - Webkul Blog<\/title>\n<meta name=\"description\" content=\"Here, we will provide a helpful solution to the \u2018cluster_block_exception in Magento 2\u2018 thrown by Elasticsearch with indexing.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"cluster_block_exception in Magento 2 - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"Here, we will provide a helpful solution to the \u2018cluster_block_exception in Magento 2\u2018 thrown by Elasticsearch with indexing.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-01T07:10:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-11T13:05:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/03\/image.png\" \/>\n<meta name=\"author\" content=\"Akash Panwar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Akash Panwar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/\"},\"author\":{\"name\":\"Akash Panwar\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/870aad64c7c0cf48e76bc72c1b63b5fb\"},\"headline\":\"cluster_block_exception in Magento 2\",\"datePublished\":\"2023-03-01T07:10:14+00:00\",\"dateModified\":\"2024-03-11T13:05:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/\"},\"wordCount\":369,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/03\/image.png\",\"keywords\":[\"Magento2\",\"webkul\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/\",\"url\":\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/\",\"name\":\"cluster_block_exception in Magento 2 - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/03\/image.png\",\"datePublished\":\"2023-03-01T07:10:14+00:00\",\"dateModified\":\"2024-03-11T13:05:23+00:00\",\"description\":\"Here, we will provide a helpful solution to the \u2018cluster_block_exception in Magento 2\u2018 thrown by Elasticsearch with indexing.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/image.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/image.png\",\"width\":1060,\"height\":699,\"caption\":\"image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"cluster_block_exception in Magento 2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/870aad64c7c0cf48e76bc72c1b63b5fb\",\"name\":\"Akash Panwar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9ac862666945131960c62540a7865b0a23d5c0a3562d00e956c1d982d102f5fd?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9ac862666945131960c62540a7865b0a23d5c0a3562d00e956c1d982d102f5fd?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Akash Panwar\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/akash-panwar671\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"cluster_block_exception in Magento 2 - Webkul Blog","description":"Here, we will provide a helpful solution to the \u2018cluster_block_exception in Magento 2\u2018 thrown by Elasticsearch with indexing.","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:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/","og_locale":"en_US","og_type":"article","og_title":"cluster_block_exception in Magento 2 - Webkul Blog","og_description":"Here, we will provide a helpful solution to the \u2018cluster_block_exception in Magento 2\u2018 thrown by Elasticsearch with indexing.","og_url":"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2023-03-01T07:10:14+00:00","article_modified_time":"2024-03-11T13:05:23+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/03\/image.png","type":"","width":"","height":""}],"author":"Akash Panwar","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Akash Panwar","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/"},"author":{"name":"Akash Panwar","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/870aad64c7c0cf48e76bc72c1b63b5fb"},"headline":"cluster_block_exception in Magento 2","datePublished":"2023-03-01T07:10:14+00:00","dateModified":"2024-03-11T13:05:23+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/"},"wordCount":369,"commentCount":2,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/03\/image.png","keywords":["Magento2","webkul"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/","url":"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/","name":"cluster_block_exception in Magento 2 - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/03\/image.png","datePublished":"2023-03-01T07:10:14+00:00","dateModified":"2024-03-11T13:05:23+00:00","description":"Here, we will provide a helpful solution to the \u2018cluster_block_exception in Magento 2\u2018 thrown by Elasticsearch with indexing.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/image.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/03\/image.png","width":1060,"height":699,"caption":"image"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/cluster_block_exception-in-magento-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"cluster_block_exception in Magento 2"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/870aad64c7c0cf48e76bc72c1b63b5fb","name":"Akash Panwar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9ac862666945131960c62540a7865b0a23d5c0a3562d00e956c1d982d102f5fd?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9ac862666945131960c62540a7865b0a23d5c0a3562d00e956c1d982d102f5fd?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Akash Panwar"},"url":"https:\/\/webkul.com\/blog\/author\/akash-panwar671\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/371284","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/482"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=371284"}],"version-history":[{"count":10,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/371284\/revisions"}],"predecessor-version":[{"id":426741,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/371284\/revisions\/426741"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=371284"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=371284"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=371284"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}