Skip to content
Closed
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
3 changes: 3 additions & 0 deletions packages/universal_profiling_symbolizer/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# newer versions go on top
- version: 8.8.0-preview
changes:
- description: Add a data stream
type: enhancement
link: https://github.com/elastic/integrations/pull/5971
- description: Initial draft of the package
type: enhancement
link: https://github.com/elastic/integrations/pull/5879
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- name: data_stream.type
type: constant_keyword
description: Data stream type.
- name: data_stream.dataset
type: constant_keyword
description: Data stream dataset.
- name: data_stream.namespace
type: constant_keyword
description: Data stream namespace.
- name: '@timestamp'
type: date
description: Event timestamp.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
title: "Universal Profiling Symbols"
type: profiling
release: beta
streams:
- input: pf-elastic-symbolizer
title: Universal Profiling Symbols
description: "Collect debug symbols for native binaries"
enabled: true
10 changes: 5 additions & 5 deletions packages/universal_profiling_symbolizer/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Fleet-wide, whole-system, continuous profiling with zero instrument
conditions:
kibana.version: ^8.8.0
elastic.subscription: basic
format_version: 1.1.0
format_version: 2.7.0
icons:
- size: 48x46
src: /img/profiler-logo-color-48px.svg
Expand All @@ -21,11 +21,11 @@ policy_templates:
description: Enhance Universal Profiling with additional symbol information
type: pf-elastic-symbolizer
vars:
- name: hack
type: bool
title: hack to workaround a known issue
- name: Symbols object store endpoint
type: text
title: Endpoint where to fetch public symbols for native executables
description: |
Check out elastic/kibana/issues/155064 for the reason of this hack.
An object store URL, with an S3-compatible API, where symbolizer will fetch the debug symbols from.
multiple: false
type: integration
owner:
Expand Down