> For the complete documentation index, see [llms.txt](https://docs.elastiflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elastiflow.com/data_platforms/elastic/ml/perf.md).

# Network Performance

Ensuring the performance of network services is critical in today's fast-paced and interconnected world. High-performing networks are vital for the smooth functioning of various applications and services, impacting everything from business operations to user experience. Poor network performance can lead to decreased productivity, customer dissatisfaction, and can even have financial repercussions. In this context, the ability to quickly identify and address performance-related issues is not just beneficial but essential.

ElastiFlow provides a collection of anomaly detection jobs designed for identifying network performance-related issues, playing a pivotal role in achieving this objective. These jobs leverage advanced analytics and machine learning algorithms to monitor network traffic, resource utilization, response times, and other performance indicators in real time.

#### Downloads

| Schema    | Link                                                                                                                                                    |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **CODEX** | [All Performance ML Jobs for CODEX Schema](https://github.com/elastiflow/elastiflow_for_elasticsearch/raw/master/ml/codex/performance/performance.json) |
| **ECS**   | [All Performance ML Jobs for ECS Schema](https://github.com/elastiflow/elastiflow_for_elasticsearch/raw/master/ml/ecs/performance/performance.json)     |

By deploying these anomaly detection jobs, organizations can swiftly identify and diagnose issues that affect network performance. The early detection of such anomalies enables network administrators to take proactive measures to rectify issues before they escalate into major problems, thus maintaining the health and efficiency of the network. This collection of anomaly detection jobs is an indispensable tool in the arsenal of modern network management, ensuring that networks remain robust, efficient, and capable of supporting the demanding needs of contemporary digital infrastructures.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.elastiflow.com/data_platforms/elastic/ml/perf.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
