Skip to content

Commit

Permalink
Merge branch 'master' into jaegertracing#1921-2
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro committed Nov 22, 2019
2 parents 6539d27 + 115f931 commit 4ee17f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/storage/es/Dockerfile.rollover
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3-alpine
# Temporary fix for https://github.com/jaegertracing/jaeger/issues/1494
RUN pip install urllib3==1.21.1

RUN pip install elasticsearch elasticsearch-curator
RUN pip install elasticsearch elasticsearch-curator pathlib2
COPY ./mappings/* /mappings/
COPY esRollover.py /es-rollover/

Expand Down
2 changes: 1 addition & 1 deletion plugin/storage/es/esRollover.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import requests
import ssl
import sys
from pathlib import Path
from pathlib2 import Path
from requests.auth import HTTPBasicAuth


Expand Down

0 comments on commit 4ee17f5

Please sign in to comment.