Skip to content

Commit

Permalink
[Discover][Search solution] Set @timestamp as the default data view t…
Browse files Browse the repository at this point in the history
…ime field
  • Loading branch information
jughosta committed Nov 12, 2024
1 parent c4e97c6 commit 7111e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/serverless_search/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export class ServerlessSearchPlugin
name: 'default:all-data',
title: '*,-.*',
id: 'default_all_data_id',
timeFieldName: '@timestamp',
});
}
}
Expand Down

0 comments on commit 7111e35

Please sign in to comment.