Skip to content

Commit

Permalink
Merge branch 'jaegertracing#1921-2' of github.com:guo0693/jaeger into j…
Browse files Browse the repository at this point in the history
  • Loading branch information
guo0693 committed Nov 22, 2019
2 parents 7e18806 + 4ee17f5 commit ffae69d
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 ffae69d

Please sign in to comment.