Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Jan 12, 2024
1 parent d27f68d commit 711e828
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default ({ getService }: FtrProviderContext) => {
id: 'DISCOVER_APP_LOCATOR',
version: '8.13.0',
params: {
columns: [],
columns: ['@message'],
dataViewSpec: {
allowHidden: false,
allowNoIndex: false,
Expand All @@ -174,7 +174,7 @@ export default ({ getService }: FtrProviderContext) => {
filters: [],
index: '0ed8b65f-ec8f-4061-9d2e-542cd6ff10a6',
interval: 'auto',
query: { esql: 'from logstash-* | limit 10' },
query: { esql: 'from logstash-* | sort @timestamp | limit 5' },
refreshInterval: { pause: true, value: 60000 },
sort: [['@timestamp', 'desc']],
timeRange: { from: '2015-09-18T22:00:00.000Z', to: '2015-09-23T22:00:00.000Z' },
Expand Down

0 comments on commit 711e828

Please sign in to comment.