-
Notifications
You must be signed in to change notification settings - Fork 552
[GCP VertexAI] Update dashboard and documentation & Fix field mapping #11659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
muthu-mps
merged 5 commits into
elastic:main
from
muthu-mps:update_vertexai_documentation
Nov 11, 2024
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
39cc365
update dashboard and documentation
muthu-mps 3abf271
update changelog entry
muthu-mps 3e99d32
add ecs reference & include missing fields to fields.yml
muthu-mps c8b3a54
address review comments
muthu-mps 456e7d6
address review comments
muthu-mps File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| dependencies: | ||
| ecs: | ||
| reference: [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,16 @@ | ||
| # newer versions go on top | ||
| - version: "0.1.0" | ||
| changes: | ||
| - description: Update documentation with roles and permissions. | ||
| type: enhancement | ||
| link: https://github.com/elastic/integrations/pull/11659 | ||
| - version: "0.0.2" | ||
| changes: | ||
| - description: Enhancements to dashboards, configuration, documentation | ||
| - description: Enhancements to dashboards, configuration, documentation. | ||
| type: enhancement | ||
| link: https://github.com/elastic/integrations/pull/11373 | ||
| - version: "0.0.1" | ||
| changes: | ||
| - description: Initial draft of the GCP Vertex AI package | ||
| - description: Initial draft of the GCP Vertex AI package. | ||
| type: enhancement | ||
| link: https://github.com/elastic/integrations/pull/11225 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,4 +17,3 @@ streams: | |
| multi: false | ||
| required: false | ||
| show_user: true | ||
|
|
||
71 changes: 71 additions & 0 deletions
71
packages/gcp_vertexai/data_stream/metrics/sample_event.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,71 @@ | ||
| { | ||
| "cloud": { | ||
| "provider": "gcp", | ||
| "account": { | ||
| "name": "elastic-sa", | ||
| "id": "elastic-sa" | ||
| } | ||
| }, | ||
| "agent": { | ||
| "name": "docker-fleet-agent", | ||
| "id": "f9c4beb9-c0c0-47ca-963a-a9dc00e2df5e", | ||
| "ephemeral_id": "6c42a949-d522-44bf-818b-12c4a5908b90", | ||
| "type": "metricbeat", | ||
| "version": "8.15.2" | ||
| }, | ||
| "@timestamp": "2024-11-07T05:50:40.000Z", | ||
| "ecs": { | ||
| "version": "8.0.0" | ||
| }, | ||
| "gcp": { | ||
| "vertexai": { | ||
| "publisher": { | ||
| "online_serving": { | ||
| "token_count": 13 | ||
| } | ||
| } | ||
| }, | ||
| "labels": { | ||
| "resource": { | ||
| "model_user_id": "gemini-1.5-flash-002", | ||
| "model_version_id": "", | ||
| "publisher": "google", | ||
| "location": "us-central1" | ||
| }, | ||
| "metrics": { | ||
| "request_type": "shared", | ||
| "type": "input" | ||
| } | ||
| } | ||
| }, | ||
| "service": { | ||
| "type": "gcp" | ||
| }, | ||
| "data_stream": { | ||
| "namespace": "default", | ||
| "type": "metrics", | ||
| "dataset": "gcp_vertexai.metrics" | ||
| }, | ||
| "elastic_agent": { | ||
| "id": "f9c4beb9-c0c0-47ca-963a-a9dc00e2df5e", | ||
| "version": "8.15.2", | ||
| "snapshot": false | ||
| }, | ||
| "host": { | ||
| "hostname": "docker-fleet-agent", | ||
| "ip": [ | ||
| "172.25.0.7" | ||
| ] | ||
| }, | ||
| "metricset": { | ||
| "period": 60000, | ||
| "name": "metrics" | ||
| }, | ||
| "event": { | ||
| "duration": 913154084, | ||
| "agent_id_status": "verified", | ||
| "ingested": "2024-11-07T05:57:17Z", | ||
| "module": "gcp", | ||
| "dataset": "gcp_vertexai.metrics" | ||
| } | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.