We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab02a2b commit decc670Copy full SHA for decc670
Dockerfile
@@ -13,7 +13,6 @@ COPY requirements.txt .
13
COPY setup.py .
14
COPY pipeline.py .
15
16
-ENV FLEX_TEMPLATE_PYTHON_REQUIREMENTS_FILE="${WORKDIR}/requirements.txt"
17
ENV FLEX_TEMPLATE_PYTHON_PY_FILE="${WORKDIR}/pipeline.py"
18
19
RUN pip install -U -r ./requirements.txt
metadata.json
@@ -21,7 +21,7 @@
21
"label": "Better Stack Ingesting Host",
22
"helpText": "The ingesting host of your telemetry source in Better Stack.",
23
"isOptional": false,
24
- "regexes": ["^([a-z-A-Z][a-z-A-Z0-9]*\\.)+[a-z-A-Z]+$"]
+ "regexes": ["^([a-zA-Z][a-zA-Z0-9]*\\.)+[a-zA-Z]+$"]
25
},
26
{
27
"name": "batch_size",
0 commit comments