Skip to content

Commit

Permalink
[Logs UI] Fix pre-ECS filebeat module message reconstruction rules (e…
Browse files Browse the repository at this point in the history
…lastic#30398)

This fixes the message reconstruction for the pre-ECS formats of several filebeat modules by adding appropriate rules.
  • Loading branch information
weltenwort committed Feb 19, 2019
1 parent 67f503e commit e21c122
Show file tree
Hide file tree
Showing 17 changed files with 1,813 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const hoveredFieldStyle = css`
const wrappedFieldStyle = css`
overflow: visible;
white-space: pre-wrap;
word-break: break-all;
`;

const unwrappedFieldStyle = css`
Expand Down
Loading

0 comments on commit e21c122

Please sign in to comment.