Reporting/8.14: CSV Docs formatting fix (#189460)

## Summary

This PR fixes a formatting issue in documentation that is only present
in 8.14/8.13.

BEFORE
<img width="629" alt="Screenshot 2024-07-29 at 9 42 00 PM"
src="https://github.com/user-attachments/assets/d3368bd3-3334-4243-a648-629e41662c32">

AFTER
<img width="863" alt="image"
src="https://github.com/user-attachments/assets/dc3b1ff6-f625-4e3d-a51d-cfe45c48a71d">
This commit is contained in:
Tim Sullivan 2024-08-02 01:26:20 -07:00 committed by GitHub
parent 768d1961f2
commit b533e68ef3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -243,6 +243,7 @@ Choose the API method used to page through data during CSV export. Valid options
[NOTE]
============
Each method has its own unique limitations which are important to understand.
* Scroll API: Search is limited to 500 shards at the very most. In cases where data shards are unavailable or time out, the export may return partial data.
* PIT API: Permissions to read data aliases alone will not work: the permissions are needed on the underlying indices or datastreams. In cases where data shards are unavailable or time out, the export will be empty rather than returning partial data.
============