Failed to import module elasticsearch #9012
-
So, I have had a strange issue following me through the last few updates on one and only one of the multiple Security Onion installations that I manage. This error began, I believe, in 2.3.90 and has followed me all the way to 2.3.181. I have not noticed any functionality issues while using Security Onion,
Here is the error...During every high state, I get the following error repeated 4 times:
I have reviewed the only other discussion topic that I found with this error: #7869, however, the answer given in that case does not address our issue. We do not have any custom configurations related to elasticsearch and I compared elasticsearch.yml with another SO install and found no differences whatsoever. I also compared the global.sls and standalone.sls files to a known working SO installation. Does anyone have any other ideas about where to look or what could be causing this error? Is there another config file besides elasticsearch.yml I should be reviewing? I am not sure what impact this error has exactly since I haven't noticed any operational deficiencies. Any help would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
@kmfreder1 If you run a highstate, does the highstate complete, but generate this message? If the state runs, are you able to see which state it is generating the message for? From the error it appears that it is likely a state within the Elasticsearch state. |
Beta Was this translation helpful? Give feedback.
-
Can you run |
Beta Was this translation helpful? Give feedback.
-
@kmfreder1 Can you run the following from the command line on a box that is seeing this issue?
|
Beta Was this translation helpful? Give feedback.
@kmfreder1 Can you run the following from the command line on a box that is seeing this issue?
python3 -c "import elasticsearch; print(elasticsearch.__version__)"