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: 204 clear filter
arrow_back View All Dates
Tuesday, June 16
 

9:30am IST

From Plugin To Platform — Building an Observability Suite in OpenSearch Dashboards - Harikrishnan Prabhakar & Ganesh Gopal, Freshworks
Tuesday June 16, 2026 9:30am - 9:50am IST
OpenSearch Dashboards plugins are often used to add individual features, but how far can the plugin model go? In this talk we share how we took the dashboards-observability plugin skeleton and evolved it into a full observability platform supporting tracing, RUM, profiling, synthetics, model observability, alerting, AI-powered RCA, and pipeline monitors — all within a single plugin.

We’ll walk through the architectural patterns behind this evolution, including domain-based state management, lazy-loaded modules, custom clients, and config-driven feature toggling. We’ll also discuss integrating rich visualizations such as trace timelines, dependency graphs, and flamegraphs into the Dashboards plugin shell, extending the query grammar for syntax highlighting, and organizing server routes with a middleware layer to proxy multiple backends.

Attendees will leave with practical patterns for building complex applications on OpenSearch Dashboards and a deeper understanding of how the plugin architecture can evolve from simple extensions into an extensible application platform for full solutions.
Speakers
avatar for Harikrishnan Prabhakar

Harikrishnan Prabhakar

Lead Software Engineer - Systems, Freshworks
Harikrishnan Prabhakar is a Lead Systems Engineer at Freshworks building large-scale observability platforms powered by OpenSearch. He leads the development of Haystack UI, extending OpenSearch Dashboards to help engineers debug complex distributed systems across services. With a... Read More →
avatar for Ganesh Gopal

Ganesh Gopal

Senior Software Engineer - Systems, Freshworks
Ganesh Gopal is a Senior Software Engineer (Systems) at Freshworks working on large-scale observability platforms. He focuses on building systems for logs, tracing, metrics, profiling, and reliability using OpenSearch and distributed architectures. His work involves designing scalable... Read More →
Tuesday June 16, 2026 9:30am - 9:50am IST
204

10:00am IST

From Keyword Hell To Semantic Heaven: Building Intelligent Search With OpenSearch Vector Search - Karan Yadav, Microsoft
Tuesday June 16, 2026 10:00am - 10:20am IST
Your users search for “comfortable shoes for standing all day” and get shoe polish. 30% of searches return zero results even when products exist. This is keyword hell, costing you customers daily.

This session reveals how we transformed Adobe Commerce search using OpenSearch’s vector search capabilities. Learn the complete technical journey, including text embeddings, k-NN similarity, and hybrid search that combines keyword precision with semantic understanding.

We’ll cover the architecture, including vector indexing with FAISS and Lucene, ingest pipelines for automatic embedding generation, and query-time optimization.

Honest challenges included computational costs, embedding model selection through sentence-transformers comparisons, dimension tradeoffs between 384 and 768, cold start problems, and explainability to stakeholders.

You’ll get actionable knowledge such as exact OpenSearch configurations, PPL queries for semantic search, hybrid scoring strategies, open-source model recommendations, and cost optimization for Indian startups, with $30 per month infrastructure compared to $200 or more for managed vector databases.
Speakers
avatar for Karan Yadav

Karan Yadav

Software development engineer 2, Microsoft
Karan Yadav is a Software Engineer with 5+ years of experience building scalable, high-impact systems across Big Tech. Currently an SDE-2 at Microsoft, he works on Product platforms and ML-driven recommendation systems improving feature adoption and user experience. Previously at... Read More →
Tuesday June 16, 2026 10:00am - 10:20am IST
204

10:30am IST

How Search Infrastructure Powers Modern AI Assistants and Knowledge Systems - Priyanshi Omer, AWS & Neel Shah, StackGen
Tuesday June 16, 2026 10:30am - 11:10am IST
Modern AI assistants and knowledge systems rely heavily on high-quality retrieval to provide accurate and contextual responses. While large language models generate answers, it is the underlying search infrastructure that retrieves relevant information and grounds AI outputs in real data.
In this session, we explore how modern AI applications use search infrastructure as the backbone of their intelligence layer. We will examine the architectural patterns that combine OpenSearch with embeddings, vector search, and hybrid retrieval to power knowledge assistants, enterprise search systems, and AI copilots.
The talk will walk through the evolution of search infrastructurfrom traditional keyword-based search to semantic retrieval and retrieval-augmented generation (RAG). We will discuss key design considerations such as document chunking strategies, embedding pipelines, hybrid ranking approaches, and relevance tuning required to build reliable AI systems.

Attendees will also learn how it enables scalable retrieval pipelines that support real-time indexing, vector similarity search, and metadata filtering—capabilities that are essential for powering AI-driven knowledge systems at scale.
Speakers
avatar for Priyanshi Omer

Priyanshi Omer

Solution Architect, AWS
Priyanshi Omer is a Solution Architect at AWS, based in Bengaluru, specializing in Analytics and OpenSearch. She helps customers build scalable search applications and analytics solutions, guiding them through workload migrations and optimizing their clusters for improved performance... Read More →
avatar for Neel Shah

Neel Shah

Developer Advocate, StackGen
A DevOps engineer with a great passion for building communities around DevOps. Organiser of Google Cloud Gandhinagar, CNCF Gandhinagar, Hashicorp User Group Gandhinagar and Open Source Weekend. Have mentored 15+ hackathons and open source programs. I have given more than 15 talks... Read More →
Tuesday June 16, 2026 10:30am - 11:10am IST
204

11:35am IST

From Noisy Logs To Actionable Insights: AI-Assisted Observability With Fluent Bit, OpenSearch & RAG - Jeevitha G, Juniper Networks
Tuesday June 16, 2026 11:35am - 12:15pm IST


Modern Kubernetes platforms generate massive volumes of logs, yet most teams still rely on keyword searches and dashboards to debug production issues. This slows down incident response and hides valuable operational knowledge inside unstructured data.

In this talk, we’ll demonstrate how to build an AI-assisted observability pipeline using Fluent Bit, OpenSearch, and Retrieval-Augmented Generation (RAG) to transform raw logs into queryable, contextual insights. We’ll walk through a cloud-native architecture that streams logs from Kubernetes workloads, enriches and indexes them in OpenSearch, and uses RAG to answer operational questions in real time.

Attendees will see how this approach helps SREs and platform teams reduce MTTR, improve root-cause analysis, and move from reactive troubleshooting to proactive observability—using open-source, CNCF-aligned tooling.

Speakers
avatar for Jeevitha G

Jeevitha G

Staff Software Engineer, Juniper Networks
Jeevitha G is an Observability Engineer building AI-driven monitoring platforms with OpenSearch and cloud-native technologies. She focuses on transforming large-scale logs into intelligent insights using RAG, Fluent Bit, and search-centric architectures. At OpenSearchCon India, she... Read More →
Tuesday June 16, 2026 11:35am - 12:15pm IST
204

12:25pm IST

Observability for AI Agents: Using OpenSearch To Debug Autonomous Systems - Pushkar Mishra, OpenText
Tuesday June 16, 2026 12:25pm - 12:45pm IST
Modern AI agents generate massive operational telemetry: prompts, tool executions, policy decisions, and execution outcomes. Without strong indexing and analytics, debugging and governing these systems becomes extremely difficult.

This talk presents a practical architecture for operating autonomous systems at scale using OpenSearch as the observability and decision-intelligence backbone.

We explore an AgentOps architecture where OpenSearch indexes agent traces, policy decisions, incident telemetry, and execution evidence to enable real-time debugging, safety enforcement, and auditability.

Topics covered include building searchable “decision traces” for AI agents, designing observability pipelines for autonomous systems, using OpenSearch for policy audits and incident forensics, and scaling analytics for multi-agent operations.

Attendees will learn concrete patterns for using search and analytics infrastructure to make AI-driven systems observable, debuggable, and governable in production.
Speakers
avatar for Pushkar Mishra

Pushkar Mishra

Principal Site Reliability Engineer, OpenText
Pushkar Mishra is a Principal Site Reliability Engineer and Enterprise GenAI Architect working on large-scale AI platforms, multi-agent systems, and autonomous operations. His work focuses on building governed AI infrastructure combining SRE reliability practices, observability, and... Read More →
Tuesday June 16, 2026 12:25pm - 12:45pm IST
204
 
  • 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 -