Skip to content

Commit

Permalink
Merge branch 'master' into uptime_revert-router-base-name
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine committed Nov 11, 2019
2 parents 73e6757 + a72cb85 commit e72f77a
Show file tree
Hide file tree
Showing 257 changed files with 2,590 additions and 1,897 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ package-lock.json
*.sublime-*
npm-debug.log*
.tern-project
x-pack/legacy/plugins/apm/tsconfig.json
apm.tsconfig.json
2 changes: 1 addition & 1 deletion docs/user/ml/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ can then optionally import that data into an {es} index.

You need the following permissions to use the Data Visualizer with file upload:

* cluster privileges: `monitor`, `manage_index_pipelines`
* cluster privileges: `monitor`, `manage_ingest_pipelines`
* index privileges: `read`, `manage`, `index`

For more information, see {ref}/security-privileges.html[Security privileges]
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-babel-preset/node_preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = (_, options = {}) => {
test: [/x-pack[\/\\]legacy[\/\\]plugins[\/\\]task_manager/],
plugins: [
[
'filter-imports',
require.resolve('babel-plugin-filter-imports'),
{
imports: {
perf_hooks: ['performance'],
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-es-query/src/es_query/migrate_filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

import _ from 'lodash';
import { getConvertedValueForField } from '../filters';
import { getConvertedValueForField } from '../utils/filters';

export function migrateFilter(filter, indexPattern) {
if (filter.match) {
Expand Down
92 changes: 0 additions & 92 deletions packages/kbn-es-query/src/filters/__tests__/phrase.js

This file was deleted.

46 changes: 0 additions & 46 deletions packages/kbn-es-query/src/filters/__tests__/query.js

This file was deleted.

156 changes: 0 additions & 156 deletions packages/kbn-es-query/src/filters/__tests__/range.js

This file was deleted.

30 changes: 0 additions & 30 deletions packages/kbn-es-query/src/filters/exists.js

This file was deleted.

Loading

0 comments on commit e72f77a

Please sign in to comment.