Pipeline with id [$pipeline] does not exist - for all pipelines #1687
-
SO v2.3.2 1 Manager On a fresh distributed deployment, I have 0 logs being ingested. It looks like an issue with Elasticsearch and/or Logstash. Here is a snippet from
Getting the same error for all pipelines. Looking on the Manager, it actually looks like the pipelines truly don't exist? (If I am looking in the right spot)
Any way to remedy this without reinstalling? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
On the search node try sudo so-elasticsearch-restart |
Beta Was this translation helpful? Give feedback.
-
Hi Mike, Thank you - I've just done that but getting the same errors in logstash log on the search node. I'm not sure why the pipelines would be missing. Anything else I could try? |
Beta Was this translation helpful? Give feedback.
-
What is the output of the following?
sudo so-elasticsearch-pipelines-list
Also, what is in /opt/so/saltstack/default/salt/elasticsearch/files/ingest,
and /opt/so/conf/elasticsearch/ingest?
Thanks,
Wes
…On Wed, Oct 28, 2020 at 8:11 AM chuglo ***@***.***> wrote:
Hi Mike,
Thank you - I've just done that but getting the same errors in logstash
log on the search node. I'm not sure why the pipelines would be missing.
Anything else I could try?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1687 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEAM3KA72EF4REPUZXFTPS3SNADA3ANCNFSM4TBLP2YQ>
.
|
Beta Was this translation helpful? Give feedback.
-
I believe the root issue was that Salt did not properly get configured from setup as indicated by the setup log.
and that's because I had to switch to another TTY during setup, because I wanted to see what IF was currently up/down to ensure that I select the right one for mgmt (there are multiple) - and was prompted again to start the setup to which I selected No - thus "canceling" the setup, even though it still actually completed and was a reported success.
At the end of sosetup.log
If I could make a suggestion, it would be neat if the setup displayed whether or not IFs are up/down when you are selecting which one to use for mgmt. Especially since the naming of NICs/IFs can vary wildly between hardware in my experience. Consider this one closed. Thanks! |
Beta Was this translation helpful? Give feedback.
I believe the root issue was that Salt did not properly get configured from setup as indicated by the setup log.
and that's because I had to switch to another TTY during setup, because I wanted to see what IF was currently up/down to ensure that I select the right one for mgmt (there are multiple) - and was prompted again to start the setup to which I selected No - thus "canceling" the setup, even though it still actually completed and was a reported success.