If you need to troubleshoot tools used to investigate your data in Honeycomb, explore these solutions to common issues.
Troubleshoot issues related to BubbleUp.
BubbleUp ignores the GROUP BY
, ORDER BY
, and LIMIT
clauses in Query Builder.
Fields stored as numbers, like user_id
, are represented as measures when they are dimensions.
In Dataset Settings > Schema, expand Unique Fields and adjust the field’s data type to string
.
Derived Columns that extract a numeric value from text are represented as dimensions rather than measures.
Use the FLOAT()
function to coerce the regular expression in a Derived Column, like REG_VALUE('$field', '*([0-9]+).*')
, to a float.
A field’s value displays (no value)
when the field is not populated in the data.
Make sure the field is populated in the data you sent to Honeycomb.
Most commonly, a field’s value displays (empty)
in string
typed columns when a string is empty.
Troubleshoot issues related to the Explore Data query results search.
When you submit a search in the Explore Data view, Honeycomb searches each field, which consists of a name-value pair, for your search term. When a field value matches your search term, the field name will be highlighted, even if the field name does not match your search term. To learn more about the Explore Data search feature, visit our UI Reference.