Skip to content

Commit a1217c4

Browse files
committed
Add Elasticsearch Python Client and Elastic APM Server files
Signed-off-by: odidev <[email protected]>
1 parent 5e103a1 commit a1217c4

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Elastic APM Server (Elastic Observability)
3+
category: Monitoring/Observability
4+
description: Elastic APM server (Application Performance Monitoring) is a core component of Elastic Observability that ingests performance metrics, traces, and errors from APM agents and stores them in Elasticsearch for real-time monitoring and analysis in Kibana.
5+
download_url: https://www.elastic.co/downloads/past-releases/#apm-server
6+
works_on_arm: true
7+
supported_minimum_version:
8+
version_number: 7.12.0
9+
release_date: 2021/03/23
10+
11+
12+
optional_info:
13+
homepage_url: https://www.elastic.co/docs/solutions/observability/apm
14+
support_caveats:
15+
alternative_options:
16+
getting_started_resources:
17+
arm_content:
18+
partner_content:
19+
official_docs: https://www.elastic.co/docs/solutions/observability/apm/get-started
20+
arm_recommended_minimum_version:
21+
version_number:
22+
release_date:
23+
reference_content:
24+
rationale:
25+
26+
optional_hidden_info:
27+
release_notes__supported_minimum:
28+
release_notes__recommended_minimum:
29+
other_info: There are no release notes for initial Linux/Arm64 support. APM server artifacts for Linux Aarch64 are available from version 7.12.0 onwards. Please see [this](https://www.elastic.co/downloads/past-releases/apm-server-7-12-0). APM server docker images are available for Arm from version 7.17.11 onwards. Please see [this](https://hub.docker.com/r/elastic/apm-server/tags).
30+
31+
---
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Elasticsearch Python Client
3+
category: Languages and Frameworks
4+
description: The Elasticsearch Python Client is the official Python library for interacting with Elasticsearch, providing JSON translation, cluster node discovery, persistent connections, load balancing, authentication, and helper utilities for seamless API usage in Python applications.
5+
download_url: https://pypi.org/project/elasticsearch/#history
6+
works_on_arm: true
7+
supported_minimum_version:
8+
version_number: 0.4.2
9+
release_date: 2013/10/08
10+
11+
12+
optional_info:
13+
homepage_url: https://ela.st/es-python
14+
support_caveats:
15+
alternative_options:
16+
getting_started_resources:
17+
arm_content:
18+
partner_content:
19+
official_docs: https://www.elastic.co/docs/reference/elasticsearch/clients/python/installation
20+
arm_recommended_minimum_version:
21+
version_number:
22+
release_date:
23+
reference_content:
24+
rationale:
25+
26+
optional_hidden_info:
27+
release_notes__supported_minimum:
28+
release_notes__recommended_minimum:
29+
other_info: There are no official Linux/Arm64 release notes. Package can be installed via pip, on the Neoverse N1, from version 0.4.2 onwards.
30+
31+
---

0 commit comments

Comments
 (0)