Loading…
OpenSearchCon India 2026
15-16 June 2026 | Mumbai, India
View More Details & Registration

IMPORTANT NOTE: Timing of sessions and room locations are subject to change.

The Sched app allows you to build your schedule but is not a substitute for your event registration. In order to attend OpenSearchCon Europe 2026, please visit our website to register.

This schedule is automatically displayed in India Standard Time (IST | UTC+5:30). To see the schedule in your preferred timezone, please select from the drop-down located at the bottom of the menu to the right.
Venue: 206 clear filter
Monday, June 15
 

10:50am IST

100M Logs a Day: Performance Engineering an OpenSearch Observability Platform for Kubernetes - Sravanthi Naga, Pegasystems
Monday June 15, 2026 10:50am - 11:30am IST
Kubernetes platforms generate massive volumes of logs from microservices, infrastructure, and platform services. At scale, OpenSearch observability pipelines often struggle with shard explosion, indexing bottlenecks, JVM pressure, and slow queries.

This session presents a practical architecture for operating an OpenSearch observability platform handling 100M+ logs per day from Kubernetes environments. We will walk through the end-to-end pipeline—from log collection to ingestion and indexing—and share performance engineering techniques used to maintain cluster stability under heavy workloads.

Topics include shard and index design, JVM and thread-pool tuning, optimizing indexing throughput, and using lifecycle policies and hot-warm architectures to scale efficiently. Attendees will gain actionable strategies for building resilient OpenSearch observability platforms for cloud-native systems.
Speakers
avatar for Sravanthi Naga

Sravanthi Naga

Senior Engineering Manager, Pegasystems
I’m a technology enthusiast specializing in Performance Engineering, DevSecOps, and Cloud-Native solutions, focused on building high-performing, resilient systems. I’m passionate about Kubernetes, continuous optimization, and secure-by-design practices. As a CNCF Hyderabad volunteer... Read More →
Monday June 15, 2026 10:50am - 11:30am IST
206

11:40am IST

OpenSearch for Association Rule Mining: With ActivityWatch - Indrajith Ekanayake, Informatics Institute of Technology
Monday June 15, 2026 11:40am - 12:00pm IST
This session is about the recent productivity study we ran in our open source lab (OSL). I’ll walk through the end-to-end architecture: extracting device telemetry, transforming it into task sessions, and running association rule mining on top of OpenSearch to compute support and confidence for goal-relevant activity patterns. The entire setup runs locally, therefore no risk of activity data theft.

ActivityWatch is cross platform open-source time tracker that collects telemetry on how we spend time on devices. It comes with watchers that can do all the data collection from AFK to browser windows. In our setup, ActivityWatch runs on each device, and OpenSearch is self-hosted on our lab’s local LAN (I'm academic), and then we ingest logs into it every 10 seconds using API-based ingestion. While ActivityWatch runs, users tag their intended task (e.g., #learn, #java). We align tags with telemetry windows, sessionize events into transactions (items[]=apps/domains, duration), and mine rules with support/confidence/lift per tag. If the current window drifts from the active tag with high confidence for a short period, we send a nudge reminding they are distracted from the original goal.
Speakers
avatar for Ekanayake Mudiyanselage Indraj Ekanayake

Ekanayake Mudiyanselage Indraj Ekanayake

Lecturer/ Researcher, Informatics Institute of Technology, Sri Lanka
After working in industry as a lead platform engineer, I decided to pursue an academic path. I find greater joy in OSS development and research. I’m also a recipient of the Most Valuable Professional(MVP) Award from Microsoft for cloud native contributions.
Monday June 15, 2026 11:40am - 12:00pm IST
206

12:10pm IST

OpenSearch for Indian Languages: A Tamil Search Engine Case Study - Achanandhi M, EY & Tamil Vanan Karuppannan, Arcesium
Monday June 15, 2026 12:10pm - 12:30pm IST
Most search systems are designed primarily for English. But what happens when we want search to truly understand regional languages like Tamil?

Tamil is one of the world’s oldest living languages with a rich literary tradition, yet building effective search for it comes with unique challenges such as complex morphology, script handling, tokenization, and language-specific relevance tuning.

In this talk, we share how we built an intelligent Tamil search system using OpenSearch. Using Tirukkural, the classic Tamil text of 1,330 couplets, as a practical dataset, we explore how OpenSearch can be adapted to understand Tamil queries and return meaningful results.

We’ll walk through practical techniques such as custom analyzers, tokenization strategies, stemming approaches, and relevance tuning for Tamil search. We’ll also demonstrate how users can search Kurals using natural Tamil phrases and still discover the most relevant verses.

Beyond Tamil, these techniques can help developers build better search experiences for many regional Indian languages bridging ancient knowledge with modern search technology.
Speakers
avatar for Achanandhi M

Achanandhi M

Developer Advocate

avatar for Tamil Vanan Karuppannan

Tamil Vanan Karuppannan

Principal Engineer
Tamil vanan is a cloud native Tech lead. He is passionate about finding solutions to problems in the cloud native environment.

He works with cloud-native technologies like Kubernetes, multi-cloud and networking. He is a passionate supporter of open source and CNCF and actively participates in it... Read More →
Monday June 15, 2026 12:10pm - 12:30pm IST
206

12:40pm IST

Beyond Keywords: OpenSearch as the Context Store for Local SRE Agents - Abhinav Sharma, KodeKloud & Jatin Sharma, Independent
Monday June 15, 2026 12:40pm - 1:20pm IST
Traditional keyword search is no longer sufficient for modern SRE workflows because infrastructure error messages are often too generic to be actionable. This session explores a technical shift in observability: moving from standard indexing to high-dimensional vector embeddings for terminal traces and post-mortems using OpenSearch.

We will deep-dive into a privacy-first AI architecture, demonstrating how to integrate OpenSearch’s vector engine with local, private models (such as Llama) to ensure sensitive production logs never leave your VPC.

You will learn the mechanics of building a Retrieval-Augmented Generation (RAG) pipeline designed specifically for infrastructure telemetry. The session includes a live demo where a local agent "recalls" the exact historical fix for a messy, real-time stack trace, providing a direct link to the relevant PR or configuration change from the past.
Speakers
avatar for Abhinav Sharma

Abhinav Sharma

Site Reliability Engineer, KodeKloud
I am a Senior Site Reliability Engineer at KodeKloud . I am an Open source contributor, evaluating and contributed in various open source tools and projects, such as, Microsoft's Open source libraries, OpenCV, SUSE, etc. I was also a Google Summer of Code contributor 2022 and a GitHub... Read More →
JS

Jatin Sharma

Platform Engineer, Individual
Monday June 15, 2026 12:40pm - 1:20pm IST
206

2:30pm IST

High Availability and Disaster Recovery Strategies for OpenSearch Clusters - Rishav Kumar & Ganesh Bombatkar, Amazon
Monday June 15, 2026 2:30pm - 2:50pm IST
This session explores building and maintaining highly available OpenSearch clusters with robust disaster recovery strategies. We'll examine critical components of resilient OpenSearch infrastructure, focusing on multi-node cluster design across availability zones and effective backup solutions. The presentation covers essential aspects of shard allocation, replica configuration, and cross-cluster replication for continuous operation during failures. Learn practical approaches to automated failover, snapshot management, and monitoring strategies for optimal cluster health. Through real-world examples and lessons learned from large-scale implementations, we'll discuss common pitfalls and best practices for both cloud and on-premises deployments. This talk is designed for OpenSearch administrators, DevOps engineers, and architects managing mission-critical search infrastructure.

Key Takeaways:

-Understanding HA architecture patterns and DR strategies
-Implementing effective backup and recovery solutions
-Monitoring and maintaining cluster health
-Real-world examples and practical demonstrations
-Best practices for different deployment scenarios
Speakers
avatar for Rishav Kumar

Rishav Kumar

Software Developer, Amazon
As a Security Engineer at Amazon, I specialize in developing and enhancing security features for distributed systems. I'm an active contributor to the OpenSearch Security project, focusing on authentication mechanisms and access controls. My contributions include implementing critical... Read More →
GB

Ganesh Bombatkar

Software Development Engineer, Amazon
Monday June 15, 2026 2:30pm - 2:50pm IST
206

3:00pm IST

From Queries To Insights: AI-Powered Database Monitoring With OpenSearch and Prometheus - Shenoy Pratik Gurudatt & Anirudha Jadhav, AWS OpenSearch
Monday June 15, 2026 3:00pm - 3:40pm IST
Databases are the backbone of every application, yet monitoring them effectively remains a challenge. In this session, we walk through monitoring production databases powering an e-commerce platform Valkey for caching and PostgreSQL for the catalog deployed on Kubernetes & Docker, using OpenSearch and Prometheus as the observability backbone.

We demonstrate a complete OpenTelemetry-based pipeline: instrumenting both databases with OTel SDKs, routing telemetry through Data Prepper to store time-series metrics in Prometheus and traces/logs in OpenSearch. With AI-assisted investigation using text-to-PPL and text-to-PromQL, engineers query live telemetry in natural language asking "show me slow queries in the catalog service in the last hour" without writing complex syntax.

We also show how to use AI to generate RCA visualizations and surface performance insights across your database fleet. Whether you manage a handful of databases or hundreds, you'll leave with practical patterns for building an OpenTelemetry-native database observability stack.
Speakers
avatar for Shenoy Pratik Gurudatt

Shenoy Pratik Gurudatt

Software Engineer, OpenSearch, Amazon Web Services
Shenoy Pratik is a seasoned Software Engineer with over eight years of industry experience, including roles at Amazon Web Services and previously at SAP. He is an active maintainer of core components and multiple plugins in the OpenSearch Project and contributes to the OpenTelemetry... Read More →
avatar for Anirudha Jadhav

Anirudha Jadhav

Sr. Engineering Manager, Opensearch
Motto: “Aptet Aut Mori – Adapt or Die”

I lead the build out of user and technology agnostic cloud-first platforms for insights and visualization engines.

I have led big data search, retrieval and built out analytics products for the organization

I have deep expertise in... Read More →
Monday June 15, 2026 3:00pm - 3:40pm IST
206

3:50pm IST

Generative Discovery on OpenSearch: Intent, Context, Cognition - Rajani Maski, Shutterstock
Monday June 15, 2026 3:50pm - 4:30pm IST
Search finds. Discovery reveals. At Shutterstock, serving one of the world's largest licensed creative content libraries at 2000+ requests per second, the difference is everything.
Generative Discovery changes the contract entirely. It treats every interaction as a signal of intent, builds context across modalities, and applies cognition to surface what users did not know to ask for.
This talk introduces a production architecture built around three principles:
Intent: multimodal signals including text, image, and behavioral context unified into rich intent representations driving OpenSearch k-NN and hybrid retrieval.
Context: session aware, editorially grounded RAG pipelines using OpenSearch as a dynamic retrieval backbone at scale.
Cognition: generative agents that think, orchestrate multi step retrieval, and resolve ambiguous intent, treating OpenSearch as an intelligent reasoning substrate rather than a passive index.
You will learn from real production decisions, evolving thinking, and lessons still being learned on the frontier of Generative Discovery.
Speakers
avatar for Rajani Maski

Rajani Maski

Staff AI Engineer at Shutterstock | AI Platforms for Generative Discovery | Multimodal Systems, Shutterstock
Staff AI Engineer at Shutterstock designing and scaling multimodal generative discovery platforms, with 15+ years of experience building large-scale distributed systems and AI infrastructure. Currently leading the architecture of generative discovery systems operating at 2,000+ rps... Read More →
Monday June 15, 2026 3:50pm - 4:30pm IST
206

4:50pm IST

AI Investigation Agents for Debugging Live Incidents Using OpenSearch - Aman Kimothi, Ashish Gupta & Jai Mashalkar, Oracle Cloud Infrastructure
Monday June 15, 2026 4:50pm - 5:10pm IST
Debugging production incidents in distributed systems often means manually searching through thousands of log lines to understand what went wrong. During high-impact outages, engineers must quickly correlate signals across services, identify error patterns, and reconstruct the sequence of events.

In this talk, we explore how AI investigation agents can assist engineers by using OpenSearch as the investigation backbone for incident analysis. Instead of simply retrieving logs, an agent can iteratively query OpenSearch, identify dominant error patterns, correlate events across services, and build a timeline of failures before producing a concise root-cause explanation.

We will demonstrate a lightweight investigation agent diagnosing a simulated microservices failure using logs stored in OpenSearch. Attendees will see how engineers can ask questions like “Why did the ingestion service fail?” and watch the agent autonomously investigate and explain the incident.

Participants will leave with a practical architecture for building AI-assisted debugging workflows on top of OpenSearch.
Speakers
avatar for Aman Kimothi

Aman Kimothi

Software Engineer at OCI (Oracle Cloud Infrastructure), Oracle Cloud Infrastucture
Software engineer at Oracle Cloud Infrastructure - Search Service with OpenSearch
avatar for Ashish Gupta

Ashish Gupta

Senior Development Manager, OCI (Oracle Cloud Infrastructure)
Ashish Gupta is a Senior Development Manager at OCI, leading the engineering for the OCI OpenSearch Managed Service in India. A cloud leader with 18+ years of industry experience—including 15+ years spent earlier at major cloud providers, Ashish has been involved in OCI OpenSearch... Read More →
avatar for Jai Mashalkar

Jai Mashalkar

Senior Software Engineer, Oracle Cloud Infrastructure
Jai Mashalkar is a Software Engineer with over 10 years of experience in the software industry, specializing in large-scale distributed applications and databases. A graduate of IIT Bombay, she has worked with numerous customers to optimize OpenSearch clusters for different workloads... Read More →
Monday June 15, 2026 4:50pm - 5:10pm IST
206

5:20pm IST

Inside the OpenSearch Query Execution Pipeline - Samyuktha M S, IBM
Monday June 15, 2026 5:20pm - 6:00pm IST
Search engines are widely used but rarely understood at a deeper level. What actually happens between the moment a user submits a query and the results appear on the screen?
This session provides a technical deep dive into the OpenSearch query execution pipeline, exploring how user queries are processed, distributed, and ranked across a cluster. The talk begins with how text is analyzed and indexed using Lucene, including tokenization, analyzers, and inverted indexes. It then walks through how queries are parsed, executed across shards, and scored using relevance algorithms such as BM25.
Participants will also learn how OpenSearch coordinates distributed search, merges shard results, and optimizes performance through caching and query planning. Finally, we will examine debugging tools and profiling techniques that help developers understand and tune search relevance and performance.
By the end of the session, attendees will have a deeper understanding of the internals of OpenSearch and how those internals influence search quality and system performance.
Speakers
avatar for Samyuktha M S

Samyuktha M S

Software Developer, IBM
Samyuktha is a Software Developer at IBM India Software Labs who loves building things that actually work in production, from voice agents and multilingual multi-agent pipelines to self-healing infrastructure using MCP, LangGraph, Claude, and Qdrant. A 13x hackathon winner including... Read More →
Monday June 15, 2026 5:20pm - 6:00pm IST
206
 
Tuesday, June 16
 

9:30am IST

Building a Secure Enterprise RAG Assistant With OpenSearch Vector Search - Kartik Sapra, Uber & Naman Jain, CNCF
Tuesday June 16, 2026 9:30am - 9:50am IST
Organizations generate huge amounts of internal documentation across wikis, runbooks, architecture guides, and operational documents. Finding the right information quickly can be difficult when traditional keyword search cannot capture the intent behind a question.

In this talk, I will share how a Retrieval Augmented Generation assistant can be built using OpenSearch vector search to retrieve relevant knowledge from enterprise documentation. The system converts user queries into embeddings, retrieves the most relevant documents from OpenSearch, and provides them to a language model to generate grounded answers.

The session will walk through the architecture of the system, including document ingestion, embedding generation, vector indexing, and semantic retrieval. We will also discuss strategies for improving retrieval quality, managing latency in the query pipeline, and ensuring that enterprise data remains secure.

Attendees will learn how OpenSearch can power scalable semantic search systems and how vector search can be combined with language models to build reliable knowledge assistants for modern engineering organizations.
Speakers
avatar for Kartik Sapra

Kartik Sapra

Software Engineer, Uber
Kartik is a software engineer at Uber with over six years of experience building and running large scale systems. He has previously worked at Amazon and Akamai, solving platform, reliability, and automation problems in production environments. He is a Google Summer of Code contributor... Read More →
avatar for Naman Jain

Naman Jain

Open Source Contributor, CNCF
I’m Naman Jain, an open-source contributor, maintainer at CNCF-KubeStellar.

My journey in tech is driven by a deep passion for open source, full-stack development, and AI/ML. I’ve contributed to impactful projects through Google Summer of Code 2025 with Jitsi and the LFX Mentorship 2025 with CNCF-KubeStellar, where I also maintain parts of the project... Read More →
Tuesday June 16, 2026 9:30am - 9:50am IST
206

10:00am IST

From OpenTelemetry To OpenSearch: Designing a Scalable Observability Pipeline - Bikram Debnath, IBM India Software Labs (ISL)
Tuesday June 16, 2026 10:00am - 10:20am IST
Modern distributed applications generate massive volumes of telemetry in the form of logs, metrics, and traces. Designing a scalable pipeline to collect, process, and analyze this data is essential for effective observability.

In this session, we explore how OpenTelemetry and OpenSearch can be combined to build a modern observability pipeline. We walk through the end-to-end telemetry flow - from instrumenting applications with OpenTelemetry SDKs to collecting and processing telemetry through the OpenTelemetry Collector and finally indexing and analyzing data in OpenSearch.

We also discuss key design considerations such as telemetry ingestion patterns, index strategies for observability workloads, and correlating logs, metrics, and traces. Attendees will see how OpenSearch can act as a scalable backend for storing, searching, and analyzing observability data.

Audience Takeaway:
Learn how to design a scalable observability pipeline using OpenTelemetry for telemetry collection and OpenSearch for storage and analysis, along with key considerations for ingesting and correlating logs, metrics, and traces.
Speakers
avatar for Bikram Debnath

Bikram Debnath

Advisory Software Engineer, IBM India Software Labs (ISL)
Advisory Software Engineer at IBM Labs, 3× Patent Holder, and innovator in telemetry and distributed systems. Passionate about Observability, APM, IoT, and Automotive solutions. Skilled in Microservices, Kubernetes, Java, Kafka, and modern data stacks.
Tuesday June 16, 2026 10:00am - 10:20am IST
206

10:30am IST

Performance Improvement: Lucene Bulk Collection and gRPC Search in Action - Abdul Muneer Kolarkunnu, NetApp InstaClustr & Sakshi Nasha, Cohesity
Tuesday June 16, 2026 10:30am - 11:10am IST
Description
Join us to explore the latest performance improvements in OpenSearch, highlighting the integration of Lucene’s bulk collection API and enhancements to the gRPC Search API. This session will dive into how bulk collection optimizes aggregation execution, delivering measurable gains across analytical workloads by batching operations and reducing computational overhead. We will also cover the expanded features of the gRPC Search API in OpenSearch 3.4, which now supports new query types, improved bulk requests, and multiple document formats. To make these concepts clear and practical, we will showcase live demos illustrating performance boosts in aggregation workloads and expanded query handling through gRPC. Attendees will gain a clear understanding of how these advancements significantly enhance efficiency and broaden query capabilities in real‑world use cases. Key takeaways include understanding Lucene’s bulk collection benefits, learning about new gRPC query types, and discovering improvements in bulk request handling and document format support.
Speakers
avatar for Abdul Muneer Kolarkunnu

Abdul Muneer Kolarkunnu

Software Developer, NetApp InstaClustr
I am a passionate open-source developer actively contributing to OpenSearch, now mainly in to ml-commons. I contributed to other projects like OpenSearch core, Security and Cross Cluster Replication. I presented in OpenSearchCon Europe and India last year(2025) . Also, I am an OpneJDK... Read More →
avatar for Sakshi Nasha

Sakshi Nasha

Senior Software Engineer, Cohesity
Sakshi Nasha is a Software Engineer with a passion for building software and driving diversity in tech. An open-source enthusiast and OpenSearch Ambassador, she actively contributes to FOSS communities and speaks internationally on topics including GO, APIs, Security, PostgreSQL and... Read More →
Tuesday June 16, 2026 10:30am - 11:10am IST
206

11:35am IST

Securing Code at Scale: AI-Powered Security Analytics With OpenSearch and Agentic Workflows - Hitesh Subnani, AWS & Bhoomika Manghwani, SupplyHouse
Tuesday June 16, 2026 11:35am - 12:15pm IST
This session explores how to build a comprehensive code security platform using OpenSearch's powerful analytics capabilities enhanced with AI agentic workflows. I'll demonstrate how to implement a system that continuously monitors, analyzes, and remediates security vulnerabilities across your codebase. Attendees will learn how to leverage OpenSearch for storing and analyzing code security telemetry, while implementing agentic AI workflows that autonomously identify patterns, prioritize vulnerabilities, and suggest remediation strategies.

Key topics include:
• Configuring OpenSearch for efficient storage and querying of code security data
• Implementing vector search to identify similar vulnerability patterns across repositories
• Building AI agents that autonomously scan, analyze, and classify security issues
• Creating agentic workflows that coordinate specialized security analysis tasks
• Developing automated remediation suggestions using LLM-powered agents
• Visualizing security insights through OpenSearch Dashboards

This session provides a practical blueprint for security teams looking to scale their code security.
Speakers
avatar for Hitesh Subnani

Hitesh Subnani

Solutions Architect - II, AWS
Hitesh Subnani is a Solutions Architect at AWS with specialized expertise in Search, Analytics, and Data Warehouse technologies. With a comprehensive background in data engineering and architecture, he brings a wealth of technical knowledge to complex cloud infrastructure challenges... Read More →
avatar for Bhoomika Manghwani

Bhoomika Manghwani

SDET, SupplyHouse
I’m an SDET who loves turning complex problems into reliable automation solutions. Curious about AI, databases, and emerging technologies, I contribute to open source, enjoy talking about AI, and believe in learning by teaching.
Tuesday June 16, 2026 11:35am - 12:15pm IST
206

12:25pm IST

One Click To Observe Them All: Auto-Instrumenting LLMs With OpenTelemetry and OpenSearch - Aditya Soni, SailPoint & Anshika Tiwari, Amazon Web Services
Tuesday June 16, 2026 12:25pm - 12:45pm IST
Large Language Models (LLMs) power some of today’s most advanced AI applications-from chatbots to intelligent copilots-yet monitoring their complex behavior remains a major challenge. This session demonstrates how OpenTelemetry’s auto-instrumentation capabilities, combined with OpenSearch’s powerful analytics, provide end-to-end observability for LLM-based systems.

You’ll learn how to automatically collect rich telemetry data-traces, metrics, and logs-from your LLM applications with minimal manual effort using OpenTelemetry and libraries like OpenLIT. See how this data flows into OpenSearch, enabling real-time analysis, anomaly detection, and performance monitoring tailored specifically for AI workloads.

By the end of this talk, you will get the tools and best practices to build scalable, AI-driven observability pipelines that keep your LLM applications reliable and performant.
Speakers
avatar for Aditya Soni

Aditya Soni

CNCF Ambassador, Senior DevOps Engineer, SailPoint
Aditya Soni is a DevOps/SRE tech professional He worked with Product and Service based companies including Red Hat, Forrester Research, Searce, and is currently positioned at SailPoint as a Senior DevOps Engineer. He holds AWS, GCP, Azure, RedHat, and Kubernetes Certifications.He... Read More →
avatar for Anshika Tiwari

Anshika Tiwari

CSA - Cloud Engineer, Amazon Web Services, Inc.
Anshika is a passionate DevOps/SRE Engineer who is always eager to learn & implement cloud-native solutions, she has contributed to streamlining deployment processes and enhancing system reliability. She is eager to share her experiences and insights at conferences, contributing to... Read More →
Tuesday June 16, 2026 12:25pm - 12:45pm IST
206
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.