Skip to content
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

./nvidiagpubeat.yml: line 60: output.elasticsearch:: command not found ./nvidiagpubeat.yml: line 62: hosts:: command not found #35

Open
Nagabhairavanitish opened this issue Apr 6, 2021 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Nagabhairavanitish
Copy link

No description provided.

@Nagabhairavanitish
Copy link
Author

I am trying to run nvidiagpubeat.yml -e -d "*" -E seccomp.enabled=false and i am ending up with this error.

here are the steps I followed.

command used make setup
output:
make copy-vendor
make[1]: Entering directory '/etc/nvidiatest/src/github.com/ebay/nvidiagpubeat'
mkdir -p vendor/github.com/elastic/
cp -R /etc/nvidiatest/src/github.com/elastic/beats vendor/github.com/elastic/
rm -rf vendor/github.com/elastic/beats/.git
make[1]: Leaving directory '/etc/nvidiatest/src/github.com/ebay/nvidiagpubeat'

then I performed command : make

root@gpu-1:/etc/nvidiatest/src/github.com/ebay/nvidiagpubeat# make
go build -i -ldflags "-X github.com/elastic/beats/libbeat/version.buildTime=2021-04-06T11:14:08Z -X github.com/elastic/beats/libbeat/version.commit=6d7c14c2ed0a764d9f11f797eca49882eadc8fc1"
vendor/github.com/elastic/beats/libbeat/processors/timestamp/timestamp.go:24:2: cannot find package "." in:
/etc/nvidiatest/src/github.com/ebay/nvidiagpubeat/vendor/4d63.com/tz
vendor/github.com/elastic/beats/libbeat/common/kubernetes/types.go:24:2: cannot find package "." in:
/etc/nvidiatest/src/github.com/ebay/nvidiagpubeat/vendor/github.com/ericchiang/k8s
vendor/github.com/elastic/beats/libbeat/common/kubernetes/types.go:25:2: cannot find package "." in:
/etc/nvidiatest/src/github.com/ebay/nvidiagpubeat/vendor/github.com/ericchiang/k8s/apis/apps/v1beta1
vendor/github.com/elastic/beats/libbeat/common/kubernetes/types.go:26:2: cannot find package "." in:
/etc/nvidiatest/src/github.com/ebay/nvidiagpubeat/vendor/github.com/ericchiang/k8s/apis/core/v1
vendor/github.com/elastic/beats/libbeat/common/kubernetes/types.go:27:2: cannot find package "." in:
/etc/nvidiatest/src/github.com/ebay/nvidiagpubeat/vendor/github.com/ericchiang/k8s/apis/extensions/v1beta1
vendor/github.com/elastic/beats/libbeat/common/kubernetes/types.go:28:2: cannot find package "." in:
/etc/nvidiatest/src/github.com/ebay/nvidiagpubeat/vendor/github.com/ericchiang/k8s/apis/meta/v1
vendor/github.com/elastic/beats/libbeat/common/kubernetes/util.go:29:2: cannot find package "." in:
/etc/nvidiatest/src/github.com/ebay/nvidiagpubeat/vendor/github.com/ghodss/yaml
vendor/github.com/elastic/beats/libbeat/scripts/Makefile:107: recipe for target 'libbeat' failed
make: *** [libbeat] Error 1

@Nagabhairavanitish
Copy link
Author

when I try to run nvidiagpubeat.yml -e -d "*" -E seccomp.enabled=false and i am ending up with this error.

error:
root@gpu-1:/etc/nvidiatest/src/github.com/ebay/nvidiagpubeat# nvidiagpubeat.yml -e -d "*" -E seccomp.enabled=false
./nvidiagpubeat.yml: line 25: nvidiagpubeat:: command not found
./nvidiagpubeat.yml: line 27: period:: command not found
./nvidiagpubeat.yml: line 32: query:: command not found
./nvidiagpubeat.yml: line 35: env:: command not found
./nvidiagpubeat.yml: line 60: output.elasticsearch:: command not found
./nvidiagpubeat.yml: line 62: hosts:: command not found
./nvidiagpubeat.yml: line 64: protocol:: command not found
./nvidiagpubeat.yml: line 65: username:: command not found
./nvidiagpubeat.yml: line 66: password:: command not found
./nvidiagpubeat.yml: line 68: setup.kibana:: command not found
./nvidiagpubeat.yml: line 70: host:: command not found
./nvidiagpubeat.yml: line 71: protocol:: command not found
./nvidiagpubeat.yml: line 72: username:: command not found
./nvidiagpubeat.yml: line 73: password:: command not found

@deepujain deepujain added bug Something isn't working help wanted Extra attention is needed labels Jan 13, 2022
@deepujain
Copy link
Contributor

Ack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants