Skip to content

Commit

Permalink
[DOCS] Swap Field Reuse column headers (elastic#1476) (elastic#1477)
Browse files Browse the repository at this point in the history
* swap column headers too

* generate updated field details page

* changelog
  • Loading branch information
ebeahan authored Jun 24, 2021
1 parent 737f300 commit 3c726fb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Thanks, you're awesome :-) -->

#### Improvements

* Swap `Location` and `Field Set` columns in `Field Reuse` table for better readability. #1472
* Swap `Location` and `Field Set` columns in `Field Reuse` table for better readability. #1472, #1476

#### Deprecated

Expand Down
26 changes: 13 additions & 13 deletions docs/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ example: `co.uk`

[options="header"]
|=====
| Field Set | Location | Description
| Location | Field Set | Description

// ===============================================================

Expand Down Expand Up @@ -1346,7 +1346,7 @@ example: `co.uk`

[options="header"]
|=====
| Field Set | Location | Description
| Location | Field Set | Description

// ===============================================================

Expand Down Expand Up @@ -1446,7 +1446,7 @@ example: `C:\Windows\System32\kernel32.dll`

[options="header"]
|=====
| Field Set | Location | Description
| Location | Field Set | Description

// ===============================================================

Expand Down Expand Up @@ -3403,7 +3403,7 @@ example: `1001`

[options="header"]
|=====
| Field Set | Location | Description
| Location | Field Set | Description

// ===============================================================

Expand Down Expand Up @@ -4152,7 +4152,7 @@ example: `1325`

[options="header"]
|=====
| Field Set | Location | Description
| Location | Field Set | Description

// ===============================================================

Expand Down Expand Up @@ -5010,7 +5010,7 @@ example: `ipv4`

[options="header"]
|=====
| Field Set | Location | Description
| Location | Field Set | Description

// ===============================================================

Expand Down Expand Up @@ -5283,7 +5283,7 @@ type: keyword

[options="header"]
|=====
| Field Set | Location | Description
| Location | Field Set | Description

// ===============================================================

Expand Down Expand Up @@ -6411,7 +6411,7 @@ Note also that the `process` fields may be used directly at the root of the even

[options="header"]
|=====
| Field Set | Location | Description
| Location | Field Set | Description

// ===============================================================

Expand Down Expand Up @@ -7108,7 +7108,7 @@ example: `co.uk`

[options="header"]
|=====
| Field Set | Location | Description
| Location | Field Set | Description

// ===============================================================

Expand Down Expand Up @@ -7524,7 +7524,7 @@ example: `co.uk`

[options="header"]
|=====
| Field Set | Location | Description
| Location | Field Set | Description

// ===============================================================

Expand Down Expand Up @@ -8466,7 +8466,7 @@ example: `tls`

[options="header"]
|=====
| Field Set | Location | Description
| Location | Field Set | Description

// ===============================================================

Expand Down Expand Up @@ -9004,7 +9004,7 @@ Note also that the `user` fields may be used directly at the root of the events.

[options="header"]
|=====
| Field Set | Location | Description
| Location | Field Set | Description

// ===============================================================

Expand Down Expand Up @@ -9148,7 +9148,7 @@ example: `12.0`

[options="header"]
|=====
| Field Set | Location | Description
| Location | Field Set | Description

// ===============================================================

Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/field_details.j2
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Note also that the `{{ fieldset['name'] }}` fields are not expected to be used d

[options="header"]
|=====
| Field Set | Location | Description
| Location | Field Set | Description

// ===============================================================

Expand Down

0 comments on commit 3c726fb

Please sign in to comment.