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

Docs: Adding a User (minor) #89

Closed
demospace opened this issue Dec 22, 2018 · 3 comments
Closed

Docs: Adding a User (minor) #89

demospace opened this issue Dec 22, 2018 · 3 comments

Comments

@demospace
Copy link

The documentation here gives the following command to add a user:

evebox config users -D /var/lib/evebox add --username joe

On my installation the -D or --data-directory switch need to appear before "users" to be effective eg

evebox config -D /var/lib/evebox users add --username joe

@demospace
Copy link
Author

This is so minor I don't think it deserves an open issue, and I'm not sure where else to put it:

In the default .yaml under event services below should read "event-type" (event-types isn't a valid field and throws errors).

    # Only make available for alert types.
    event-types:
      - alert

@jasonish
Copy link
Owner

In the default .yaml under event services below should read "event-type" (event-types isn't a valid field and throws errors).

I'm not sure about this. The only usage I see for "event-type" or "event-types" is "event-types" in webapp/src/app/eventservices.service.ts.

jasonish added a commit that referenced this issue Jan 29, 2019
@jasonish
Copy link
Owner

jasonish commented Dec 4, 2019

Thanks. Closing. Documentation has been fixed. And I can't find an issue with the event-types field.

@jasonish jasonish closed this as completed Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants