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

Fix anomaly spelling #67

Merged
merged 2 commits into from
Jun 18, 2020
Merged

Conversation

andrewkroh
Copy link
Member

This fixes the spelling of anomaly (misspelled as "anomoly") is several places.

Two constants in Go were changed

  • aucoalesce.EventTypeAnomaly
  • aucoalesce.EventTypeAnomalyResponse

And the names associated with those constants where changed (affect "category" values in events)

  • "anomaly"
  • "anomaly-response"

Fixes #49

@andrewkroh andrewkroh added the bug label Jun 18, 2020
This fixes the spelling of anomaly (misspelled as "anomoly") is several places.

Two constants in Go were changed

- aucoalesce.EventTypeAnomaly
- aucoalesce.EventTypeAnomalyResponse

And the names associated with those constants where changed (affect "category" values in events)

- "anomaly"
- "anomaly-response"

Fixes elastic#49
@andrewkroh andrewkroh force-pushed the bugfix/anomaly-spelling branch from 21f9d34 to 0d40984 Compare June 18, 2020 16:31
@andrewkroh andrewkroh merged commit 63ce2e8 into elastic:master Jun 18, 2020
renini pushed a commit to renini/go-libaudit that referenced this pull request Jun 26, 2024
This fixes the spelling of anomaly (misspelled as "anomoly") is several places.

Two constants in Go were changed

- aucoalesce.EventTypeAnomaly
- aucoalesce.EventTypeAnomalyResponse

And the names associated with those constants where changed (affect "category" values in events)

- "anomaly"
- "anomaly-response"

Fixes elastic#49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix misspelling of anomaly
2 participants