Skip to content

Commit 7691c8b

Browse files
Merge branch 'master' into liza/increase-network-timeout
2 parents 1ca21ba + 0e008e3 commit 7691c8b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/settings/reporting-settings.asciidoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,25 @@ When `xpack.reporting.capture.browser.type` is set to `chromium` (default) you c
210210
large exports from causing performance and storage issues.
211211
Defaults to `10485760` (10mB).
212212

213+
| `xpack.reporting.csv.scroll.size`
214+
| Number of documents retrieved from {es} for each scroll iteration during a CSV
215+
export.
216+
Defaults to `500`.
217+
218+
| `xpack.reporting.csv.scroll.duration`
219+
| Amount of time allowed before {kib} cleans the scroll context during a CSV export.
220+
Defaults to `30s`.
221+
222+
| `xpack.reporting.csv.checkForFormulas`
223+
| Enables a check that warns you when there's a potential formula involved in the output (=, -, +, and @ chars).
224+
See OWASP: https://www.owasp.org/index.php/CSV_Injection
225+
Defaults to `true`.
226+
227+
| `xpack.reporting.csv.enablePanelActionDownload`
228+
| Enables CSV export from a saved search on a dashboard. This action is available in the dashboard
229+
panel menu for the saved search.
230+
Defaults to `true`.
231+
213232
|===
214233

215234
[float]

x-pack/test/api_integration/apis/fleet/agent_flow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function (providerContext: FtrProviderContext) {
1818
const supertestWithoutAuth = getSupertestWithoutAuth(providerContext);
1919
const esClient = getService('es');
2020

21-
describe('fleet_agent_flow', () => {
21+
describe.skip('fleet_agent_flow', () => {
2222
before(async () => {
2323
await esArchiver.load('empty_kibana');
2424
});

0 commit comments

Comments
 (0)