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

[Auditbeat] Fix hostname references in System module dashboards #11064

Merged
merged 3 commits into from
Mar 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ https://github.com/elastic/beats/compare/v6.6.0...6.x[Check the HEAD diff]
- Enable System module config on Windows. {pull}10237[10237]
- Package: Disable librpm signal handlers. {pull}10694[10694]
- Login: Handle different bad login UTMP types. {pull}10865[10865]
- Fix hostname references in System module dashbords. {pull}11064[11064]

*Filebeat*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
{
"attributes": {
"columns": [
"host.hostname",
"host.name",
"user.name",
"event.outcome",
"message"
Expand Down Expand Up @@ -928,4 +928,4 @@
}
],
"version": "7.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,7 @@
{
"attributes": {
"columns": [
"host.hostname",
"host.name",
"event.dataset",
"event.action",
"message"
Expand Down Expand Up @@ -2358,4 +2358,4 @@
}
],
"version": "7.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@
{
"attributes": {
"columns": [
"host.hostname",
"host.name",
"event.action",
"message"
],
Expand Down Expand Up @@ -916,4 +916,4 @@
}
],
"version": "7.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
{
"attributes": {
"columns": [
"host.hostname",
"host.name",
"user.name",
"event.action",
"process.pid",
Expand Down Expand Up @@ -1033,4 +1033,4 @@
}
],
"version": "7.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
{
"attributes": {
"columns": [
"host.hostname",
"host.name",
"network.direction",
"process.name",
"message"
Expand Down Expand Up @@ -1235,4 +1235,4 @@
}
],
"version": "7.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@
{
"attributes": {
"columns": [
"host.hostname",
"host.name",
"system.audit.user.name",
"system.audit.user.password.type",
"message"
Expand Down Expand Up @@ -910,4 +910,4 @@
}
],
"version": "7.0.0"
}
}