September 2025
Beginner to intermediate
386 pages
9h 49m
English
One of the key strengths of OpenSearch is its extensibility through plugins. In simple words, plugins are modular components that can be added to OpenSearch to enhance its functionality, add new features, or customize its behavior. Under the hood, plugins are class-loaded during the node bootstrap process, ensuring tight integration with OpenSearch’s core modules but requiring node restarts for updates. They are not standalone frameworks or DSLs; instead, they act as tightly coupled components that extend OpenSearch’s functionality by implementing custom logic or features. For instance, the Anomaly Detection plugin processes time-series data to identify anomalies using machine learning models, while the ...
Read now
Unlock full access