Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions packages/memcached/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Memcahed integration
# Memcached integration

## Overview

Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.
As a result of its speed, scalability, simple design, efficient memory management and API support for most popular languages. Memcached is a popular choice for high-performance, large-scale caching use cases.
# Compatibility
The Memcached Integration has been tested with 1.5 and 1.6 versions of Memcached. It is expected to work with all versions >= 1.5

### Compatibility

The Memcached integration has been tested with 1.5 and 1.6 versions of Memcached. It is expected to work with all versions >= 1.5

## Metrics
The below metrics are fetched from memcached:

The following metrics are fetched from memcached:

**ECS Field Reference**

Please refer to the following [document](https://www.elastic.co/guide/en/ecs/current/ecs-field-reference.html) for detailed information on ECS fields.
Refer to this [document](https://www.elastic.co/guide/en/ecs/current/ecs-field-reference.html) for detailed information on ECS fields.

{{fields "stats"}}

Expand Down
5 changes: 5 additions & 0 deletions packages/memcached/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.7.1"
changes:
- description: Update the Memcached integration documentation.
type: bugfix
link: https://github.com/elastic/integrations/pull/15258
- version: "1.7.0"
changes:
- description: Add support for Kibana `9.0.0`.
Expand Down
17 changes: 12 additions & 5 deletions packages/memcached/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Memcahed integration
# Memcached integration

## Overview

Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.
As a result of its speed, scalability, simple design, efficient memory management and API support for most popular languages. Memcached is a popular choice for high-performance, large-scale caching use cases.
# Compatibility
The Memcached Integration has been tested with 1.5 and 1.6 versions of Memcached. It is expected to work with all versions >= 1.5

### Compatibility

The Memcached integration has been tested with 1.5 and 1.6 versions of Memcached. It is expected to work with all versions >= 1.5

## Metrics
The below metrics are fetched from memcached:

The following metrics are fetched from memcached:

**ECS Field Reference**

Please refer to the following [document](https://www.elastic.co/guide/en/ecs/current/ecs-field-reference.html) for detailed information on ECS fields.
Refer to this [document](https://www.elastic.co/guide/en/ecs/current/ecs-field-reference.html) for detailed information on ECS fields.

**Exported fields**

Expand Down
2 changes: 1 addition & 1 deletion packages/memcached/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: memcached
title: Memcached
version: "1.7.0"
version: "1.7.1"
description: Memcached Integration
type: integration
categories:
Expand Down