cli icon indicating copy to clipboard operation
cli copied to clipboard

Ingest with shell expanded list of files throws "Error: accepts at most 1 arg(s), received x"

Open lukasmalkmus opened this issue 3 years ago • 5 comments

The example of the ingest command says:

# Ingest the contents of all files inside /var/logs/nginx with
# extension ".log" into a dataset named "nginx-logs":
$ axiom ingest nginx-logs -f /var/logs/nginx/*.log

But it actually throws Error: accepts at most 1 arg(s), received x, with x being the amount of actual files the shell expanded to.

lukasmalkmus avatar Apr 09 '21 08:04 lukasmalkmus