To get the most out of Honeycomb visualizations, you will need to map some of the source fields in your sent data to Honeycomb-specific standard dataset fields.
If you have already sent data into a Honeycomb dataset or you are unable to change field names in your source data, you can use Dataset Definitions to manually map the standard fields in your Honeycomb dataset to the source fields in your sent data:
In the left navigation menu, select Manage Data.
In the list, locate and select Datasets.
Select the name of your target dataset to access its settings.
Select the Definitions view.
Locate the appropriate Honeycomb Dataset Field, then select the source field in your data that you want to map it to from the corresponding Field name dropdown.
Select Update.
Honeycomb visualizations contain components that rely on fields in your source data being mapped to Honeycomb standard fields.
Each trace chart visualization’s accompanying dropdown is populated with source fields mapped to Honeycomb dataset fields. You can map your source fields to the selected dataset’s dataset fields using Dataset Definitions.
Dataset fields you can map include:
For datasets that include Kubernetes metadata, the following fields are included if available:
k8s.pod.name
, source.k8s.pod.name
, or destination.k8s.pod.name
: Name of the Kubernetes pod.k8s.container.name
, source.k8s.container.name
, or destination.k8s.container.name
: Name of the Kubernetes container.k8s.node.name
, source.k8s.node.name
, or destination.node.name
: Name of the Kubernetes node.k8s.namespace.name
, source.k8s.namespace.name
, or destination.k8s.namespace.name
: Name of the Kubernetes namespace.source.k8s.service.name
or destination.k8s.service.name
: Name of the Kubernetes service.To learn more about sending Kubernetes data to Honeycomb, visit Send Data from Kubernetes.