Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Update to elastic/beats@ef6274d0d1e3

Brings in elastic/beats#21113

* tests/system: add geo.country_name to approvals

elastic/elasticsearch#61523

* Update docs

* systemtest: another country_name approval
  • Loading branch information
axw authored Oct 5, 2020
1 parent 24f6e2c commit f982c18
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/data/elasticsearch/generated/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"geo": {
"continent_name": "North America",
"country_iso_code": "US",
"country_name": "United States",
"location": {
"lat": 37.751,
"lon": -97.822
Expand Down
1 change: 1 addition & 0 deletions docs/data/elasticsearch/generated/transactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
"geo": {
"continent_name": "North America",
"country_iso_code": "US",
"country_name": "United States",
"location": {
"lat": 37.751,
"lon": -97.822
Expand Down
1 change: 1 addition & 0 deletions systemtest/approvals/TestRUMXForwardedFor.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"city_name": "Perth",
"continent_name": "Oceania",
"country_iso_code": "AU",
"country_name": "Australia",
"location": {
"lat": -31.9674,
"lon": 115.8621
Expand Down
1 change: 1 addition & 0 deletions tests/system/drop_unsampled_transactions.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
"geo": {
"continent_name": "North America",
"country_iso_code": "US",
"country_name": "United States",
"location": {
"lat": 37.751,
"lon": -97.822
Expand Down
1 change: 1 addition & 0 deletions tests/system/error.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"geo": {
"continent_name": "North America",
"country_iso_code": "US",
"country_name": "United States",
"location": {
"lat": 37.751,
"lon": -97.822
Expand Down
1 change: 1 addition & 0 deletions tests/system/keep_unsampled_transactions.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
"geo": {
"continent_name": "North America",
"country_iso_code": "US",
"country_name": "United States",
"location": {
"lat": 37.751,
"lon": -97.822
Expand Down
1 change: 1 addition & 0 deletions tests/system/transaction.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
"geo": {
"continent_name": "North America",
"country_iso_code": "US",
"country_name": "United States",
"location": {
"lat": 37.751,
"lon": -97.822
Expand Down

0 comments on commit f982c18

Please sign in to comment.