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

Trim space from debug selectors in -d #7864

Merged

Conversation

andrewkroh
Copy link
Member

Using -d "publish, processors" wasn't working expected because processors included a leading space. Each selector is now trimmed.

Workarounds include using -d publish -d processors or -d publish,processors.

@andrewkroh andrewkroh force-pushed the bugfix/libbeat/trim-space-debug-selector branch from 7100663 to e4112d2 Compare August 4, 2018 18:15
Using `-d "publish, processors"` wasn't working expected because `processors` included a leading space. Each selector is now trimmed.

Workarounds include using `-d publish -d processors` or `-d publish,processors`.
@andrewkroh andrewkroh force-pushed the bugfix/libbeat/trim-space-debug-selector branch from e4112d2 to 03f7f86 Compare August 4, 2018 18:46
@ruflin ruflin merged commit a61e9c2 into elastic:master Aug 6, 2018
@andrewkroh andrewkroh deleted the bugfix/libbeat/trim-space-debug-selector branch November 8, 2018 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants