# Logging Operator

![](https://3696253576-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFUXjPDy3L9uzAytN5b%2F-MGUKpIwqxJOXH34Ur49%2F-MGUKxOXTt3Npd-_pVGR%2Flogging-operator-logo2.svg?alt=media\&token=97a56ea8-8931-4727-8571-b8be00e0478d)

### Features Highlight

The "Logging Operator" includes these features:-

* Elasticsearch different node types, like:-
  * **Master Node** => A node that has the master role (default), which makes it eligible to be elected as the master node, which controls the cluster.
  * **Data Node** => A node that has the data role (default). Data nodes hold data and perform data-related operations such as CRUD, search, and aggregations.
  * **Ingestion Node** => A node that has the ingest role (default). Ingest nodes are able to apply an ingest pipeline to a document in order to transform and enrich the document before indexing. With a heavy ingest load, it makes sense to use dedicated ingest nodes and to not include the ingest role from nodes that have the master or data roles.
  * **Client or Coordinator Node** => Requests like search requests or bulk-indexing requests may involve data held on different data nodes. A search request, for example, is executed in two phases which are coordinated by the node which receives the client request — the coordinating node.
* Elasticsearch setup with or without TLS on Transport and HTTP Layer
* Customizable elasticsearch configuration and configurable heap size
* Fluentd as a lightweight log-shipper and JSON field separation support
* Kibana integration with elasticsearch for logs visualization
* Seamless upgrade for Elasticsearch, Fluentd, and Kibana stack
* Inculcated best practices for Kubernetes setup like `SecurityContext` and `Privilege Control`
* Loosely coupled setup, i.e. Elasticsearch, Fluentd, and Kibana setup can be done individually as well
* Index Lifecycle support to manage rollover and cleanup of indexes
* Index template support for configuring index settings like- policy, replicas, shards, etc.

![](https://3696253576-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFUXjPDy3L9uzAytN5b%2F-MFUXmDhXMadXvtp-KBS%2F-MFUYexQG8NHNTSGW1ni%2Fimage.png?alt=media\&token=ac7e3885-7c5e-404b-a605-d92912eddcb0)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opstreelabs.in/logging-operator/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
