[{"data":1,"prerenderedAt":1009},["ShallowReactive",2],{"/blog/new-elasticsearch-version-requirements":3,"navigation-en-us":221,"banner-en-us":649,"footer-en-us":659,"blog-post-authors-en-us-Mario de la Ossa":904,"blog-related-posts-en-us-new-elasticsearch-version-requirements":919,"blog-promotions-en-us":945,"next-steps-en-us":999},{"id":4,"title":5,"authors":6,"body":8,"category":199,"date":200,"description":201,"extension":202,"externalUrl":203,"faq":203,"featured":204,"heroImage":205,"meta":206,"navigation":207,"path":208,"seo":209,"slug":214,"stem":215,"tags":216,"template":219,"updatedDate":203,"__hash__":220},"blogPosts/en-us/blog/new-elasticsearch-version-requirements.md","GitLab 11.5 to support Elasticsearch 6, sunset support for Elasticsearch 5.5",[7],"Mario de la Ossa",{"type":9,"value":10,"toc":188},"minimark",[11,27,30,40,48,61,66,69,91,94,99,106,114,119,128,142,146,162,168,177],[12,13,14,15,21,22,26],"p",{},"In Gitlab 11.5 (to be released on Nov. 22, 2018), GitLab's ",[16,17,20],"a",{"href":18,"rel":19},"https://docs.gitlab.com/integration/advanced_search/elasticsearch/",[],"Elasticsearch integration","\nwill support Elasticsearch version 6, and will no longer support versions 5.5 or earlier.\nPlease make plans to upgrade Elasticsearch to version 5.6 or 6.x immediately before upgrading to GitLab 11.5. After you upgrade GitLab, you will also need\nto perform a ",[16,23,25],{"href":18,"rel":24},[],"reindex",",\nas the changes required to support these Elasticsearch versions are incompatible with the indexes of previous versions.",[12,28,29],{},"In summary, starting with 11.5, GitLab will support:",[31,32,33,37],"ul",{},[34,35,36],"li",{},"Elasticsearch version 5.6",[34,38,39],{},"Elasticsearch version 6.x",[12,41,42,43,47],{},"If you are using GitLab.com, this does not impact you in any way. This is only relevant\nfor ",[16,44,46],{"href":45},"/pricing/#self-managed","self-managed GitLab",".",[12,49,50,51,56,57,47],{},"GitLab uses Elasticsearch for ",[16,52,55],{"href":53,"rel":54},"https://docs.gitlab.com/user/search/advanced_search/",[],"Advanced Global Search","\nand ",[16,58,60],{"href":53,"rel":59},[],"Advanced Syntax Search",[62,63,65],"h2",{"id":64},"why-are-we-doing-this","Why are we doing this?",[12,67,68],{},"Elasticsearch version 6 brings with it two large changes that were incompatible with the way we currently index:",[31,70,71,79],{},[34,72,73,74,47],{},"The ",[16,75,78],{"href":76,"rel":77},"https://www.elastic.co/guide/en/elasticsearch/reference/6.x/removal-of-types.html",[],"removal of mapping types",[34,80,81,82,47],{},"Parent-child relationships are now established via a ",[16,83,86,90],{"href":84,"rel":85},"https://www.elastic.co/guide/en/elasticsearch/reference/6.0/parent-join.html",[],[87,88,89],"code",{},"join"," datatype",[12,92,93],{},"We'll go into some detail on how each of these changes affects GitLab.",[95,96,98],"h3",{"id":97},"removal-of-mapping-types","Removal of mapping types",[12,100,101,102,105],{},"In Elasticsearch 6, all documents under the same index must be of the same 'type.' We need to keep all documents under the same index\nin order to be able to query based on project membership and permissions, so this change forced us to implement our own\n",[87,103,104],{},"type"," field in order to still be able to query only a single type (for example, issues).",[12,107,108,109,47],{},"This removal of mapping types also affected ",[16,110,113],{"href":111,"rel":112},"https://www.elastic.co/guide/en/elasticsearch/reference/6.x/removal-of-types.html#_parent_child_without_mapping_types",[],"the way parent-child relationships work",[95,115,117,90],{"id":116},"join-datatype",[87,118,89],{},[12,120,121,122,127],{},"With the mapping type change comes a change to the way parent-child relationships\nare expressed. Elasticsearch 5.6 and 6.x have introduced a ",[16,123,125,90],{"href":84,"rel":124},[],[87,126,89],{},"\nthat GitLab 11.5 puts to use. (As of 6.0, it is the required method for defining these relationships.)",[12,129,130,131,133,134,137,138,141],{},"When using ",[87,132,89],{},", all insertions and deletions must be routed relative to their\nparent – which means we must send the parent's ID in the ",[87,135,136],{},"routing"," field. In 5.6,\nthis means that the ",[87,139,140],{},"_parent"," field is ignored, and in 6.x it is removed.",[95,143,145],{"id":144},"why-elasticsearch-56-remains-compatible","Why Elasticsearch 5.6 remains compatible",[12,147,148,149,154,155,157,158,161],{},"As noted in the ",[16,150,153],{"href":151,"rel":152},"https://www.elastic.co/guide/en/elasticsearch/reference/6.x/removal-of-types.html#_schedule_for_removal_of_mapping_types",[],"schedule for removal of mapping types",",\nversion 5.6 is the first Elasticsearch version where the ",[87,156,89],{}," datatype is available, as well as the first version where ",[87,159,160],{},"single_type","\nbehavior can be enabled.",[12,163,164,165,167],{},"We tested versions 5.5 and below, and unfortunately they have no support for ",[87,166,89],{}," datatypes, so we need to end support for these versions as of GitLab 11.5.",[12,169,170,171,176],{},"We're especially looking forward to supporting Elasticsearch version 6 as it brings with it some great ",[16,172,175],{"href":173,"rel":174},"https://www.elastic.co/blog/elasticsearch-6-0-0-released",[],"improvements",", including:",[31,178,179,182,185],{},[34,180,181],{},"Major improvements for sparsely populated fields",[34,183,184],{},"Faster query times with sorted indices",[34,186,187],{},"Search scalability across shards",{"title":189,"searchDepth":190,"depth":190,"links":191},"",2,[192],{"id":64,"depth":190,"text":65,"children":193},[194,196,198],{"id":97,"depth":195,"text":98},3,{"id":116,"depth":195,"text":197},"join datatype",{"id":144,"depth":195,"text":145},"engineering","2018-11-16","GitLab 11.5 will support Elasticsearch version 6 and 5.6, sunsetting support for versions 5.5 and earlier.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666262/Blog/Hero%20Images/default-blog-image.png",{},true,"/en-us/blog/new-elasticsearch-version-requirements",{"title":210,"description":201,"ogTitle":210,"ogDescription":201,"noIndex":204,"ogImage":205,"ogUrl":211,"ogSiteName":212,"ogType":213,"canonicalUrls":211},"GitLab 11.5 adds Elasticsearch 6, removes ES 5.5 support","https://about.gitlab.com/blog/new-elasticsearch-version-requirements","https://about.gitlab.com","article","new-elasticsearch-version-requirements","en-us/blog/new-elasticsearch-version-requirements",[217,218],"features","releases","BlogPost","WvJPkFyUuTKTJzpWPnrqyurFbSWiE4hfrufej8hAEJ0",{"logo":222,"freeTrial":227,"sales":232,"login":237,"items":242,"search":569,"minimal":600,"duo":619,"switchNav":628,"pricingDeployment":639},{"config":223},{"href":224,"dataGaName":225,"dataGaLocation":226},"/","gitlab logo","header",{"text":228,"config":229},"Get free trial",{"href":230,"dataGaName":231,"dataGaLocation":226},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":233,"config":234},"Request a demo",{"href":235,"dataGaName":236,"dataGaLocation":226},"/sales/?contact-topic=request-demo","sales",{"text":238,"config":239},"Sign in",{"href":240,"dataGaName":241,"dataGaLocation":226},"https://gitlab.com/users/sign_in/","sign in",[243,272,372,377,491,547],{"text":244,"config":245,"menu":247},"Platform",{"dataNavLevelOne":246},"platform",{"type":248,"columns":249},"cards",[250,256,264],{"title":244,"description":251,"link":252},"The intelligent orchestration platform for DevSecOps",{"text":253,"config":254},"Explore our Platform",{"href":255,"dataGaName":246,"dataGaLocation":226},"/platform/",{"title":257,"description":258,"link":259},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":260,"config":261},"Meet GitLab Duo",{"href":262,"dataGaName":263,"dataGaLocation":226},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":265,"description":266,"link":267},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":268,"config":269},"Learn more",{"href":270,"dataGaName":271,"dataGaLocation":226},"/why-gitlab/","why gitlab",{"text":273,"left":207,"config":274,"menu":276},"Product",{"dataNavLevelOne":275},"solutions",{"type":277,"link":278,"columns":282,"feature":351},"lists",{"text":279,"config":280},"View all Solutions",{"href":281,"dataGaName":275,"dataGaLocation":226},"/solutions/",[283,307,330],{"title":284,"description":285,"link":286,"items":291},"Automation","CI/CD and automation to accelerate deployment",{"config":287},{"icon":288,"href":289,"dataGaName":290,"dataGaLocation":226},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[292,296,299,303],{"text":293,"config":294},"CI/CD",{"href":295,"dataGaLocation":226,"dataGaName":293},"/solutions/continuous-integration/",{"text":257,"config":297},{"href":262,"dataGaLocation":226,"dataGaName":298},"gitlab duo agent platform - product menu",{"text":300,"config":301},"Source Code Management",{"href":302,"dataGaLocation":226,"dataGaName":300},"/solutions/source-code-management/",{"text":304,"config":305},"Automated Software Delivery",{"href":289,"dataGaLocation":226,"dataGaName":306},"Automated software delivery",{"title":308,"description":309,"link":310,"items":315},"Security","Deliver code faster without compromising security",{"config":311},{"href":312,"dataGaName":313,"dataGaLocation":226,"icon":314},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[316,320,325],{"text":317,"config":318},"Application Security Testing",{"href":312,"dataGaName":319,"dataGaLocation":226},"Application security testing",{"text":321,"config":322},"Software Supply Chain Security",{"href":323,"dataGaLocation":226,"dataGaName":324},"/solutions/supply-chain/","Software supply chain security",{"text":326,"config":327},"Software Compliance",{"href":328,"dataGaName":329,"dataGaLocation":226},"/solutions/software-compliance/","software compliance",{"title":331,"link":332,"items":337},"Measurement",{"config":333},{"icon":334,"href":335,"dataGaName":336,"dataGaLocation":226},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[338,342,346],{"text":339,"config":340},"Visibility & Measurement",{"href":335,"dataGaLocation":226,"dataGaName":341},"Visibility and Measurement",{"text":343,"config":344},"Value Stream Management",{"href":345,"dataGaLocation":226,"dataGaName":343},"/solutions/value-stream-management/",{"text":347,"config":348},"Analytics & Insights",{"href":349,"dataGaLocation":226,"dataGaName":350},"/solutions/analytics-and-insights/","Analytics and insights",{"title":352,"type":277,"items":353},"GitLab for",[354,360,366],{"text":355,"config":356},"Enterprise",{"icon":357,"href":358,"dataGaLocation":226,"dataGaName":359},"Building","/enterprise/","enterprise",{"text":361,"config":362},"Small Business",{"icon":363,"href":364,"dataGaLocation":226,"dataGaName":365},"Work","/small-business/","small business",{"text":367,"config":368},"Public Sector",{"icon":369,"href":370,"dataGaLocation":226,"dataGaName":371},"Organization","/solutions/public-sector/","public sector",{"text":373,"config":374},"Pricing",{"href":375,"dataGaName":376,"dataGaLocation":226,"dataNavLevelOne":376},"/pricing/","pricing",{"text":378,"config":379,"menu":381},"Resources",{"dataNavLevelOne":380},"resources",{"type":277,"link":382,"columns":386,"feature":480},{"text":383,"config":384},"View all resources",{"href":385,"dataGaName":380,"dataGaLocation":226},"/resources/",[387,420,447],{"title":388,"items":389},"Getting started",[390,395,400,405,410,415],{"text":391,"config":392},"Install",{"href":393,"dataGaName":394,"dataGaLocation":226},"/install/","install",{"text":396,"config":397},"Quick start guides",{"href":398,"dataGaName":399,"dataGaLocation":226},"/get-started/","quick setup checklists",{"text":401,"config":402},"Learn",{"href":403,"dataGaLocation":226,"dataGaName":404},"https://university.gitlab.com/","learn",{"text":406,"config":407},"Product documentation",{"href":408,"dataGaName":409,"dataGaLocation":226},"https://docs.gitlab.com/","product documentation",{"text":411,"config":412},"Best practice videos",{"href":413,"dataGaName":414,"dataGaLocation":226},"/getting-started-videos/","best practice videos",{"text":416,"config":417},"Integrations",{"href":418,"dataGaName":419,"dataGaLocation":226},"/integrations/","integrations",{"title":421,"items":422},"Discover",[423,428,433,438,442],{"text":424,"config":425},"Customer success stories",{"href":426,"dataGaName":427,"dataGaLocation":226},"/customers/","customer success stories",{"text":429,"config":430},"Blog",{"href":431,"dataGaName":432,"dataGaLocation":226},"/blog/","blog",{"text":434,"config":435},"Demo Hub",{"href":436,"dataGaName":437,"dataGaLocation":226},"/demo-hub/","demo hub",{"text":439,"config":440},"The Source",{"href":441,"dataGaName":432,"dataGaLocation":226},"/the-source/",{"text":443,"config":444},"Remote",{"href":445,"dataGaName":446,"dataGaLocation":226},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":448,"items":449},"Connect",[450,455,460,465,470,475],{"text":451,"config":452},"GitLab Services",{"href":453,"dataGaName":454,"dataGaLocation":226},"/services/","services",{"text":456,"config":457},"Contribute",{"href":458,"dataGaName":459,"dataGaLocation":226},"https://contributors.gitlab.com","contribute",{"text":461,"config":462},"Community",{"href":463,"dataGaName":464,"dataGaLocation":226},"/community/","community",{"text":466,"config":467},"Forum",{"href":468,"dataGaName":469,"dataGaLocation":226},"https://forum.gitlab.com/","forum",{"text":471,"config":472},"Events",{"href":473,"dataGaName":474,"dataGaLocation":226},"/events/","events",{"text":476,"config":477},"Partners",{"href":478,"dataGaName":479,"dataGaLocation":226},"/partners/","partners",{"config":481,"title":484,"text":485,"link":486},{"background":482,"textColor":483},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","What’s new in GitLab","Stay updated with our latest features and improvements.",{"text":487,"config":488},"Read the latest",{"href":489,"dataGaName":490,"dataGaLocation":226},"/whats-new/","whats new",{"text":492,"config":493,"menu":495},"Company",{"dataNavLevelOne":494},"company",{"type":277,"columns":496},[497],{"items":498},[499,504,510,512,517,522,527,532,537,542],{"text":500,"config":501},"About",{"href":502,"dataGaName":503,"dataGaLocation":226},"/company/","about",{"text":505,"config":506,"footerGa":509},"Jobs",{"href":507,"dataGaName":508,"dataGaLocation":226},"/jobs/","jobs",{"dataGaName":508},{"text":471,"config":511},{"href":473,"dataGaName":474,"dataGaLocation":226},{"text":513,"config":514},"Leadership",{"href":515,"dataGaName":516,"dataGaLocation":226},"/company/team/e-group/","leadership",{"text":518,"config":519},"Handbook",{"href":520,"dataGaName":521,"dataGaLocation":226},"https://handbook.gitlab.com/","handbook",{"text":523,"config":524},"Investor relations",{"href":525,"dataGaName":526,"dataGaLocation":226},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":528,"config":529},"Trust Center",{"href":530,"dataGaName":531,"dataGaLocation":226},"/security/","trust center",{"text":533,"config":534},"AI Transparency Center",{"href":535,"dataGaName":536,"dataGaLocation":226},"/ai-transparency-center/","ai transparency center",{"text":538,"config":539},"Newsletter",{"href":540,"dataGaName":541,"dataGaLocation":226},"/company/contact/#contact-forms","newsletter",{"text":543,"config":544},"Press",{"href":545,"dataGaName":546,"dataGaLocation":226},"/press/","press",{"text":548,"config":549,"menu":550},"Contact us",{"dataNavLevelOne":494},{"type":277,"columns":551},[552],{"items":553},[554,559,564],{"text":555,"config":556},"Talk to sales",{"href":557,"dataGaName":558,"dataGaLocation":226},"/sales/","talk to sales",{"text":560,"config":561},"Support portal",{"href":562,"dataGaName":563,"dataGaLocation":226},"https://support.gitlab.com/hc/en-us","support portal",{"text":565,"config":566},"Customer portal",{"href":567,"dataGaName":568,"dataGaLocation":226},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":570,"login":571,"suggestions":578},"Close",{"text":572,"link":573},"To search repositories and projects, login to",{"text":574,"config":575},"gitlab.com",{"href":240,"dataGaName":576,"dataGaLocation":577},"search login","search",{"text":579,"default":580},"Suggestions",[581,583,587,589,593,597],{"text":257,"config":582},{"href":262,"dataGaName":257,"dataGaLocation":577},{"text":584,"config":585},"Code Suggestions (AI)",{"href":586,"dataGaName":584,"dataGaLocation":577},"/solutions/code-suggestions/",{"text":293,"config":588},{"href":295,"dataGaName":293,"dataGaLocation":577},{"text":590,"config":591},"GitLab on AWS",{"href":592,"dataGaName":590,"dataGaLocation":577},"/partners/technology-partners/aws/",{"text":594,"config":595},"GitLab on Google Cloud",{"href":596,"dataGaName":594,"dataGaLocation":577},"/partners/technology-partners/google-cloud-platform/",{"text":598,"config":599},"Why GitLab?",{"href":270,"dataGaName":598,"dataGaLocation":577},{"freeTrial":601,"mobileIcon":606,"desktopIcon":611,"secondaryButton":614},{"text":602,"config":603},"Start free trial",{"href":604,"dataGaName":231,"dataGaLocation":605},"https://gitlab.com/-/trials/new/","nav",{"altText":607,"config":608},"Gitlab Icon",{"src":609,"dataGaName":610,"dataGaLocation":605},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":607,"config":612},{"src":613,"dataGaName":610,"dataGaLocation":605},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":615,"config":616},"Get Started",{"href":617,"dataGaName":618,"dataGaLocation":605},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":620,"mobileIcon":624,"desktopIcon":626},{"text":621,"config":622},"Learn more about GitLab Duo",{"href":262,"dataGaName":623,"dataGaLocation":605},"gitlab duo",{"altText":607,"config":625},{"src":609,"dataGaName":610,"dataGaLocation":605},{"altText":607,"config":627},{"src":613,"dataGaName":610,"dataGaLocation":605},{"button":629,"mobileIcon":634,"desktopIcon":636},{"text":630,"config":631},"/switch",{"href":632,"dataGaName":633,"dataGaLocation":605},"#contact","switch",{"altText":607,"config":635},{"src":609,"dataGaName":610,"dataGaLocation":605},{"altText":607,"config":637},{"src":638,"dataGaName":610,"dataGaLocation":605},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":640,"mobileIcon":645,"desktopIcon":647},{"text":641,"config":642},"Back to pricing",{"href":375,"dataGaName":643,"dataGaLocation":605,"icon":644},"back to pricing","GoBack",{"altText":607,"config":646},{"src":609,"dataGaName":610,"dataGaLocation":605},{"altText":607,"config":648},{"src":613,"dataGaName":610,"dataGaLocation":605},{"title":650,"titleMobile":651,"button":652,"config":657},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":268,"config":653},{"href":654,"dataGaName":655,"dataGaLocation":656},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":658,"disabled":204},"release",{"data":660},{"text":661,"source":662,"edit":668,"contribute":673,"config":678,"items":683,"minimal":893},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":663,"config":664},"View page source",{"href":665,"dataGaName":666,"dataGaLocation":667},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":669,"config":670},"Edit this page",{"href":671,"dataGaName":672,"dataGaLocation":667},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":674,"config":675},"Please contribute",{"href":676,"dataGaName":677,"dataGaLocation":667},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":679,"facebook":680,"youtube":681,"linkedin":682},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[684,731,785,829,861],{"title":373,"links":685,"subMenu":700},[686,690,695],{"text":687,"config":688},"View plans",{"href":375,"dataGaName":689,"dataGaLocation":667},"view plans",{"text":691,"config":692},"Why Premium?",{"href":693,"dataGaName":694,"dataGaLocation":667},"/pricing/premium/","why premium",{"text":696,"config":697},"Why Ultimate?",{"href":698,"dataGaName":699,"dataGaLocation":667},"/pricing/ultimate/","why ultimate",[701],{"title":702,"links":703},"Contact Us",[704,707,709,711,716,721,726],{"text":705,"config":706},"Contact sales",{"href":557,"dataGaName":236,"dataGaLocation":667},{"text":560,"config":708},{"href":562,"dataGaName":563,"dataGaLocation":667},{"text":565,"config":710},{"href":567,"dataGaName":568,"dataGaLocation":667},{"text":712,"config":713},"Status",{"href":714,"dataGaName":715,"dataGaLocation":667},"https://status.gitlab.com/","status",{"text":717,"config":718},"Terms of use",{"href":719,"dataGaName":720,"dataGaLocation":667},"/terms/","terms of use",{"text":722,"config":723},"Privacy statement",{"href":724,"dataGaName":725,"dataGaLocation":667},"/privacy/","privacy statement",{"text":727,"config":728},"Cookie preferences",{"dataGaName":729,"dataGaLocation":667,"id":730,"isOneTrustButton":207},"cookie preferences","ot-sdk-btn",{"title":273,"links":732,"subMenu":741},[733,737],{"text":734,"config":735},"DevSecOps platform",{"href":255,"dataGaName":736,"dataGaLocation":667},"devsecops platform",{"text":738,"config":739},"AI-Assisted Development",{"href":262,"dataGaName":740,"dataGaLocation":667},"ai-assisted development",[742],{"title":743,"links":744},"Topics",[745,750,755,760,765,770,775,780],{"text":746,"config":747},"CICD",{"href":748,"dataGaName":749,"dataGaLocation":667},"/topics/ci-cd/","cicd",{"text":751,"config":752},"GitOps",{"href":753,"dataGaName":754,"dataGaLocation":667},"/topics/gitops/","gitops",{"text":756,"config":757},"DevOps",{"href":758,"dataGaName":759,"dataGaLocation":667},"/topics/devops/","devops",{"text":761,"config":762},"Version Control",{"href":763,"dataGaName":764,"dataGaLocation":667},"/topics/version-control/","version control",{"text":766,"config":767},"DevSecOps",{"href":768,"dataGaName":769,"dataGaLocation":667},"/topics/devsecops/","devsecops",{"text":771,"config":772},"Cloud Native",{"href":773,"dataGaName":774,"dataGaLocation":667},"/topics/cloud-native/","cloud native",{"text":776,"config":777},"AI for Coding",{"href":778,"dataGaName":779,"dataGaLocation":667},"/topics/devops/ai-for-coding/","ai for coding",{"text":781,"config":782},"Agentic AI",{"href":783,"dataGaName":784,"dataGaLocation":667},"/topics/agentic-ai/","agentic ai",{"title":786,"links":787},"Solutions",[788,790,792,797,801,804,808,811,813,816,819,824],{"text":317,"config":789},{"href":312,"dataGaName":317,"dataGaLocation":667},{"text":306,"config":791},{"href":289,"dataGaName":290,"dataGaLocation":667},{"text":793,"config":794},"Agile development",{"href":795,"dataGaName":796,"dataGaLocation":667},"/solutions/agile-delivery/","agile delivery",{"text":798,"config":799},"SCM",{"href":302,"dataGaName":800,"dataGaLocation":667},"source code management",{"text":746,"config":802},{"href":295,"dataGaName":803,"dataGaLocation":667},"continuous integration & delivery",{"text":805,"config":806},"Value stream management",{"href":345,"dataGaName":807,"dataGaLocation":667},"value stream management",{"text":751,"config":809},{"href":810,"dataGaName":754,"dataGaLocation":667},"/solutions/gitops/",{"text":355,"config":812},{"href":358,"dataGaName":359,"dataGaLocation":667},{"text":814,"config":815},"Small business",{"href":364,"dataGaName":365,"dataGaLocation":667},{"text":817,"config":818},"Public sector",{"href":370,"dataGaName":371,"dataGaLocation":667},{"text":820,"config":821},"Education",{"href":822,"dataGaName":823,"dataGaLocation":667},"/solutions/education/","education",{"text":825,"config":826},"Financial services",{"href":827,"dataGaName":828,"dataGaLocation":667},"/solutions/finance/","financial services",{"title":378,"links":830},[831,833,835,837,840,842,845,847,849,851,853,855,857,859],{"text":391,"config":832},{"href":393,"dataGaName":394,"dataGaLocation":667},{"text":396,"config":834},{"href":398,"dataGaName":399,"dataGaLocation":667},{"text":401,"config":836},{"href":403,"dataGaName":404,"dataGaLocation":667},{"text":406,"config":838},{"href":408,"dataGaName":839,"dataGaLocation":667},"docs",{"text":429,"config":841},{"href":431,"dataGaName":432,"dataGaLocation":667},{"text":843,"config":844},"What's new",{"href":489,"dataGaName":490,"dataGaLocation":667},{"text":424,"config":846},{"href":426,"dataGaName":427,"dataGaLocation":667},{"text":443,"config":848},{"href":445,"dataGaName":446,"dataGaLocation":667},{"text":451,"config":850},{"href":453,"dataGaName":454,"dataGaLocation":667},{"text":456,"config":852},{"href":458,"dataGaName":459,"dataGaLocation":667},{"text":461,"config":854},{"href":463,"dataGaName":464,"dataGaLocation":667},{"text":466,"config":856},{"href":468,"dataGaName":469,"dataGaLocation":667},{"text":471,"config":858},{"href":473,"dataGaName":474,"dataGaLocation":667},{"text":476,"config":860},{"href":478,"dataGaName":479,"dataGaLocation":667},{"title":492,"links":862},[863,865,867,869,871,873,877,882,884,886,888],{"text":500,"config":864},{"href":502,"dataGaName":494,"dataGaLocation":667},{"text":505,"config":866},{"href":507,"dataGaName":508,"dataGaLocation":667},{"text":513,"config":868},{"href":515,"dataGaName":516,"dataGaLocation":667},{"text":518,"config":870},{"href":520,"dataGaName":521,"dataGaLocation":667},{"text":523,"config":872},{"href":525,"dataGaName":526,"dataGaLocation":667},{"text":874,"config":875},"Sustainability",{"href":876,"dataGaName":874,"dataGaLocation":667},"/sustainability/",{"text":878,"config":879},"Diversity, inclusion and belonging (DIB)",{"href":880,"dataGaName":881,"dataGaLocation":667},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":528,"config":883},{"href":530,"dataGaName":531,"dataGaLocation":667},{"text":538,"config":885},{"href":540,"dataGaName":541,"dataGaLocation":667},{"text":543,"config":887},{"href":545,"dataGaName":546,"dataGaLocation":667},{"text":889,"config":890},"Modern Slavery Transparency Statement",{"href":891,"dataGaName":892,"dataGaLocation":667},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":894},[895,898,901],{"text":896,"config":897},"Terms",{"href":719,"dataGaName":720,"dataGaLocation":667},{"text":899,"config":900},"Cookies",{"dataGaName":729,"dataGaLocation":667,"id":730,"isOneTrustButton":207},{"text":902,"config":903},"Privacy",{"href":724,"dataGaName":725,"dataGaLocation":667},[905],{"id":906,"title":907,"body":203,"config":908,"content":910,"description":203,"extension":913,"meta":914,"navigation":207,"path":915,"seo":916,"stem":917,"__hash__":918},"blogAuthors/en-us/blog/authors/mario-de-la-ossa.yml","Mario De La Ossa",{"template":909},"BlogAuthor",{"name":7,"config":911},{"headshot":189,"ctfId":912},"mdelaossa","yml",{},"/en-us/blog/authors/mario-de-la-ossa",{},"en-us/blog/authors/mario-de-la-ossa","2UY4H6UtHLbgIJgp3-Uf3gLcRl1G68QoLp5E8W57quM",[920,929,937],{"title":921,"description":922,"heroImage":923,"category":199,"date":924,"authors":925,"slug":928,"externalUrl":203},"Confidential AI for GitLab Self-Hosted","Give developers AI coding agents in GitLab Duo without source code leaving a hardware-encrypted boundary — no GPUs needed.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1773866173/vte9qh8rriznvyclhkes.png","2026-08-06",[926,927],"Mathias Ewald","Martin Paloncy, Edgeless Systems","confidential-ai-for-gitlab-self-hosted",{"title":930,"description":931,"heroImage":932,"category":199,"date":933,"authors":934,"slug":936,"externalUrl":203},"Green DevOps: Why carbon measurement belongs in your CI/CD pipeline","CI/CD pipelines have a hidden carbon cost. Here's why measuring it matters, and how you can get started with Eco CI and Carmen in GitLab.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1765809212/noh0mdfn9o94ry9ykura.png","2026-07-09",[935],"Lysanne Pinto","green-devops-carbon-measurement-cicd-pipeline",{"title":938,"description":939,"heroImage":940,"category":199,"date":941,"authors":942,"slug":944,"externalUrl":203},"How to build CI/CD observability at scale","This practical guide to GitLab pipeline analytics helps self-managed users gain operational insights using Prometheus and Grafana.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1774465167/n5hlvrsrheadeccyr1oz.png","2026-04-28",[943],"Paul Meresanu","how-to-build-ci-cd-observability-at-scale",{"promotions":946},[947,961,973,985],{"id":948,"categories":949,"header":951,"text":952,"button":953,"image":958},"ai-modernization",[950],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":954,"config":955},"Get your AI maturity score",{"href":956,"dataGaName":957,"dataGaLocation":432},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":959},{"src":960},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":962,"categories":963,"header":965,"text":952,"button":966,"image":970},"devops-modernization",[964,769],"product","Are you just managing tools or shipping innovation?",{"text":967,"config":968},"Get your DevOps maturity score",{"href":969,"dataGaName":957,"dataGaLocation":432},"/assessments/devops-modernization-assessment/",{"config":971},{"src":972},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":974,"categories":975,"header":977,"text":952,"button":978,"image":982},"security-modernization",[976],"security","Are you trading speed for security?",{"text":979,"config":980},"Get your security maturity score",{"href":981,"dataGaName":957,"dataGaLocation":432},"/assessments/security-modernization-assessment/",{"config":983},{"src":984},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":986,"paths":987,"header":990,"text":991,"button":992,"image":997},"github-azure-migration",[988,989],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","Is your team ready for GitHub's Azure move?","GitHub is already rebuilding around Azure. Find out what it means for you.",{"text":993,"config":994},"See how GitLab compares to GitHub",{"href":995,"dataGaName":996,"dataGaLocation":432},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":998},{"src":972},{"header":1000,"blurb":1001,"button":1002,"secondaryButton":1007},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1003,"config":1004},"Get your free trial",{"href":1005,"dataGaName":231,"dataGaLocation":1006},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":705,"config":1008},{"href":557,"dataGaName":236,"dataGaLocation":1006},1786803764132]