mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
use current time range and add @timestamp field
This commit is contained in:
parent
bd72ab4c41
commit
7a4a570498
2 changed files with 35516 additions and 10515 deletions
File diff suppressed because it is too large
Load diff
|
@ -32,6 +32,7 @@ export const demodata = () => ({
|
|||
if (args.type === 'ci') {
|
||||
set = {
|
||||
columns: [
|
||||
{ name: '@timestamp', type: 'date' },
|
||||
{ name: 'time', type: 'date' },
|
||||
{ name: 'cost', type: 'number' },
|
||||
{ name: 'username', type: 'string' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue