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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ default: true

# This stream definition is only here as a placeholder. The config is generated by the UI.
streams:
- input: endpoint
title: Endpoint logs
description: Endpoint logs

- input: events
title: Endpoint events
description: Collect Endpoint events
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ default: true

# This stream definition is only here as a placeholder. The config is generated by the UI.
streams:
- input: endpoint
title: Metadata metrics
description: Metadata metrics

- input: metrics
title: Endpoint Metadata
description: Collect Endpoint metadata
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions dev/packages/example/endpoint-0.0.1/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,22 @@ release: beta
type: solution
license: basic



datasources:
-
name: endpoint
- name: endpoint
title: Endpoint data source
description: Interact with the endpoint.

# This tells the UI that for configuration, it must link to a specific solution
# Only solution packages can contain this field.
solution: endpoint


requirement:
elasticsearch:
versions: ">7.4.0"
kibana:
versions: ">7.4.0"

icons:
- src: "/img/logo-endpoint-64-color.svg"
size: "16x16"
type: "image/svg+xml"