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
arrow_back View All Dates
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
 
  • 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.
Filtered by Date -