strelka-fileshot: command not found #211
-
Beta Was this translation helpful? Give feedback.
Answered by
phutelmyer
Jun 21, 2022
Replies: 1 comment 2 replies
-
Hi @yorkyman, You may have to first build Once the Strelka cluster is up (which is what you're seeing in the first image), you need to be in the I hope to release a Web UI that allows you to submit files to a Strelka cluster without having to build |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
yorkyman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @yorkyman,
You may have to first build
strelka-fileshot
.Once the Strelka cluster is up (which is what you're seeing in the first image), you need to be in the
strelka
directory and build strelka-fileshot. After that, you can run./strelka-fileshot -c fileshot.yaml
where fileshot.yaml points to one or may folders that hold the files you want to send.I hope to release a Web UI that allows you to submit files to a Strelka cluster without having to build
strelka-fileshot
or using the CLI. I plan on releasing it in the next few weeks.