-1

I have installed monstache service and trying to run the command

monstache -f mongo-elastic.toml &

But getting the below error message

bash: monstache: command not found

How can start the monstache and check the service status on AWS linux machine

Ikar Pohorský
  • 4,617
  • 6
  • 39
  • 56
VVR
  • 67
  • 1
  • 7

1 Answers1

1

try to give exact path of both location

something like this : /opt/monstache/build/linux-amd64/monstache -f /opt/monstache/mongo-elastic.toml &