Explore: Generate log row uid (#18994)

This commit is contained in:
Andrej Ocenas
2019-09-30 14:44:15 +02:00
committed by GitHub
parent ccba986bc2
commit 0490dbb88d
14 changed files with 129 additions and 58 deletions

View File

@@ -50,6 +50,7 @@ describe('Live Stream Tests', () => {
const last = { ...view.get(view.length - 1) };
expect(last).toEqual({
ts: '2019-08-28T20:50:40.118944705Z',
id: '2019-08-28T20:50:40.118944705Z_{filename="/var/log/sntpc.log", job="varlogs"}',
line: 'Kittens',
labels: { filename: '/var/log/sntpc.log' },
});