Skip to content

Commit

Permalink
Merge branch '64755-expand-anomalies-page-to-add-categories' of githu…
Browse files Browse the repository at this point in the history
…b.com:Kerry350/kibana into 64755-expand-anomalies-page-to-add-categories
  • Loading branch information
Kerry350 committed Jul 13, 2020
2 parents c4f8725 + fbf5c09 commit 0e5441b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export async function fetchLogEntryExamples(
return {
examples: hits.map((hit) => ({
id: hit._id,
dataset,
dataset: hit._source.event?.dataset ?? '',
message: hit._source.message ?? '',
timestamp: hit.sort[0],
tiebreaker: hit.sort[1],
Expand Down

0 comments on commit 0e5441b

Please sign in to comment.