# Observability - Log Monitoring & Analytics (CFX LogAnalytics or CLA)

- [Getting Started](https://docs.cloudfabrix.io/cfxloganalytics/getting-started.md): Log & Event Monitoring and Analytics with cfxLog Analytics or CLA
- [Solution Overview](https://docs.cloudfabrix.io/cfxloganalytics/solution-overview.md): Key Use cases, Benefits and Feature Highlights
- [Solution Key Components](https://docs.cloudfabrix.io/cfxloganalytics/solution-key-components.md): Key components like Log collection, Log Forwarding, Indexing, Visualization etc.
- [Log Forwarding](https://docs.cloudfabrix.io/cfxloganalytics/log-forwarding.md): Forwarding logs and events using customer managed Logstash
- [Install and Configure Logstash](https://docs.cloudfabrix.io/cfxloganalytics/log-forwarding/install-and-configure-logstash.md): Install and Configure LogStash for Log Forwarding and Aggregation
- [Sending Logs to Logstash Forwarder](https://docs.cloudfabrix.io/cfxloganalytics/log-forwarding/sending-logs-to-logstash-forwarder.md): How to send logs from individual systems to Logstash
- [Log Collection](https://docs.cloudfabrix.io/cfxloganalytics/log-collection.md): Collecting logs from monitored assets using Beats
- [Collecting Logs from Linux](https://docs.cloudfabrix.io/cfxloganalytics/log-collection/log-collection-linux.md): Filebeat is the recommended way to ship log files to CLA.
- [Log Transformation & Enrichment](https://docs.cloudfabrix.io/cfxloganalytics/log-transformation-and-enrichment.md): Selective forwarding of logs with filters. Log transformation with computed data or Log enrichment with new attributes - using grok patterns
- [Logstash Installation](https://docs.cloudfabrix.io/cfxloganalytics/logstash-installation.md)
- [How to install Java / Logstash on client side](https://docs.cloudfabrix.io/cfxloganalytics/logstash-installation/how-to-install-java-logstash-on-client-side.md): Installation instructions for Java/Logstash


---

# 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.cloudfabrix.io/cfxloganalytics.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.
