Elasticsearch Profile Flame Graph is a tool designed to visualize Elasticsearch query performance using flame graphs. This project enables users to gain deeper insights into Elasticsearch profiling data, helping identify bottlenecks and optimize query performance effectively.
Here is a simple example of using the tool:
- Profile a sample query in Elasticsearch:
{
"profile": true,
"query": {
"match": {
"field": "value"
}
}
}
-
Copy the profiling result.
-
Open the HTML page provided in this repository, paste the profiling result, and analyze the query performance.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.
- GitHub: @sezaakgun