Skip to content

Commit 792494f

Browse files
authored
packages/openai: Update logo and the documentation (#13036)
1 parent dc43b5a commit 792494f

File tree

5 files changed

+23
-9
lines changed

5 files changed

+23
-9
lines changed

packages/openai/_dev/build/docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The OpenAI integration leverages the [OpenAI Usage API](https://platform.openai.
1010

1111
## Data streams
1212

13-
The OpenAI integration collects the following logs data streams:
13+
The OpenAI integration collects the following data streams:
1414

1515
- `audio_speeches`: Collects audio speeches usage metrics.
1616
- `audio_transcriptions`: Collects audio transcriptions usage metrics.
@@ -21,7 +21,7 @@ The OpenAI integration collects the following logs data streams:
2121
- `moderations`: Collects moderations usage metrics.
2222
- `vector_stores`: Collects vector stores usage metrics.
2323

24-
See more details for data streams in the [Logs](#logs-reference).
24+
> Note: Users can view OpenAI metrics in the `logs-*` index pattern using Kibana Discover.
2525
2626
## Requirements
2727

@@ -99,7 +99,7 @@ With default settings (Interval: `5m`, Bucket width: `1m`, Initial interval: `24
9999

100100
The integration starts at 10:00 AM, collects data from 10:00 AM the previous day, and continues until 9:59 AM the current day. The next collection starts at 10:05 AM, collecting from the 10:00 AM bucket to the 10:04 AM bucket, as the "Interval" is 5 minutes.
101101

102-
## Logs reference
102+
## Metrics reference
103103

104104
**ECS Field Reference**
105105

packages/openai/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.1.0"
3+
changes:
4+
- description: Update OpenAI logo and the documentation.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/13036
27
- version: "1.0.0"
38
changes:
49
- description: Release OpenAI integration as Generally Available (GA).

packages/openai/docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The OpenAI integration leverages the [OpenAI Usage API](https://platform.openai.
1010

1111
## Data streams
1212

13-
The OpenAI integration collects the following logs data streams:
13+
The OpenAI integration collects the following data streams:
1414

1515
- `audio_speeches`: Collects audio speeches usage metrics.
1616
- `audio_transcriptions`: Collects audio transcriptions usage metrics.
@@ -21,7 +21,7 @@ The OpenAI integration collects the following logs data streams:
2121
- `moderations`: Collects moderations usage metrics.
2222
- `vector_stores`: Collects vector stores usage metrics.
2323

24-
See more details for data streams in the [Logs](#logs-reference).
24+
> Note: Users can view OpenAI metrics in the `logs-*` index pattern using Kibana Discover.
2525
2626
## Requirements
2727

@@ -99,7 +99,7 @@ With default settings (Interval: `5m`, Bucket width: `1m`, Initial interval: `24
9999

100100
The integration starts at 10:00 AM, collects data from 10:00 AM the previous day, and continues until 9:59 AM the current day. The next collection starts at 10:05 AM, collecting from the 10:00 AM bucket to the 10:04 AM bucket, as the "Interval" is 5 minutes.
101101

102-
## Logs reference
102+
## Metrics reference
103103

104104
**ECS Field Reference**
105105

Lines changed: 10 additions & 1 deletion
Loading

packages/openai/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.0
22
name: openai
33
title: OpenAI
4-
version: 1.0.0
4+
version: 1.1.0
55
description: |
66
Collect OpenAI usage metrics with Elastic Agent.
77
type: integration
@@ -21,7 +21,7 @@ screenshots:
2121
icons:
2222
- src: /img/openai-logo.svg
2323
title: OpenAI logo
24-
size: 512x139
24+
size: 512x138
2525
type: image/svg+xml
2626
policy_templates:
2727
- name: openai

0 commit comments

Comments
 (0)