Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/ilm_hot_phase_serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Jan 7, 2021
2 parents bfcdfb4 + ba20a74 commit e467309
Show file tree
Hide file tree
Showing 461 changed files with 10,958 additions and 5,094 deletions.
2 changes: 1 addition & 1 deletion .ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: This Dockerfile is ONLY used to run certain tasks in CI. It is not used to run Kibana or as a distributable.
# If you're looking for the Kibana Docker image distributable, please see: src/dev/build/tasks/os_packages/docker_generator/templates/dockerfile.template.ts

ARG NODE_VERSION=14.15.3
ARG NODE_VERSION=14.15.4

FROM node:${NODE_VERSION} AS base

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ readonly links: {
readonly urlDrilldownTemplateSyntax: string;
readonly urlDrilldownVariables: string;
};
readonly discover: Record<string, string>;
readonly filebeat: {
readonly base: string;
readonly installation: string;
Expand Down
Loading

0 comments on commit e467309

Please sign in to comment.