-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start elastalert #176
Comments
・Does docker save mean "docker save" command? ・What are Elasticsearch and Kibana version ・Are you aware that it worked properly in the Windows WSL Linux environment? ・What is the folder structure used by Elasticsearch, Kibana and ElastAlert docker on Windows WSL Linux and RHEL server? .. Is there any difference? Answer example)
docker-compose.yml
kibana/config/kibana.yml
es/config/elasticsearch.yml
Dockerfiles/Dockerfile-elastalert
elastalert/bin/elastic_search_status.sh
elastalert/bin/elastalert-start.sh
elastalert/config/config.json
elastalert/config/elastalert-test.yml
elastalert/config/elastalert.yml
|
@nsano-rururu You have given me much to consider here. Let me see what I can do.
My Elastalert install in WSL gives an eniterly different error: 500. There might be more there for me to pour through though. Thank you. I'll look at the files you recommend and try that. |
ElastAlert manages ElastAlert execution history and delta information with Elasticsearch index. elastalert_status_error |
The main ElastAlert docker images are as follows.
|
@nsano-rururu Thank you. I am trying to build a more current version of Elastalert (7.x compatible) to use in a new Docker image, based on bitsensor's build. Still running in to issues though. I appreciate your feedback. |
If the issue is still occurring, please tell me the command you ran and the error message |
Hi
Elastalert is not able to create an index . These are the errors I see when
|
Not sure what I am missing. Any help would be appreciated. |
There was an unnecessary description in elastalert/bin/elastalert-start.sh due to an edit error when posting. elastalert/bin/elastalert-start.sh
|
Thank you. I already commented that out thinking it was something custom
you were doing.
Cheers!
Dan
…On Fri, Jun 26, 2020, 6:35 PM Naoyuki Sano ***@***.***> wrote:
@mpokale <https://github.com/mpokale>
There was an unnecessary description in elastalert/bin/elastalert-start.sh
due to an edit error when posting.
I'm sorry. Please delete the last "es/config/elasticsearch.yml"
The following is the modified file.
elastalert/bin/elastalert-start.sh
#!/bin/bash
set -e
echo "Giving Elasticsearch at $ELASTICSEARCH_URL time to start..."
elastic_search_status.sh
echo "Starting ElastAlert!"
npm start
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#176 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACTR2PVV56VBS26LHBV3HA3RYUWEBANCNFSM4OFDC4TQ>
.
|
No more information from me. Do your best afterwards |
You've been very helpful. Thank you.
Cheers!
Dan
…On Fri, Jun 26, 2020, 10:05 PM Naoyuki Sano ***@***.***> wrote:
No more information from me. Do your best afterwards
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#176 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACTR2PSYKDHYFV4HD2Z7DJTRYVOZHANCNFSM4OFDC4TQ>
.
|
@nsano-rururu Thank you! |
I am working to use the bitsensor Elastalert for Docker setup. Unfortunately I have to build on a Windows WSL Linux. My corporate RHEL servers don't have a high enough version of Docker to build there, and I can't upgrade them.
I am able to build an image using Dockerfile from pull request #174. This is working great to build. I
docker save
the image and move it to my RHEL server. Loading the image is fine, but running it I am getting the following error.Any guidance would be appreciated. I am not too familiar with Python to understand the versioning and packaging.
My Dockerfile is below.
The text was updated successfully, but these errors were encountered: