diff --git a/docs/user/index.asciidoc b/docs/user/index.asciidoc index 38d107de5030ef..bcaf0d2f3f41fb 100644 --- a/docs/user/index.asciidoc +++ b/docs/user/index.asciidoc @@ -48,7 +48,7 @@ include::{kib-repo-dir}/management/watcher-ui/index.asciidoc[] include::{kib-repo-dir}/management/upgrade-assistant/index.asciidoc[] -include::{kib-repo-dir}/reporting/index.asciidoc[] +include::reporting/index.asciidoc[] include::api.asciidoc[] diff --git a/docs/reporting/automating-report-generation.asciidoc b/docs/user/reporting/automating-report-generation.asciidoc similarity index 100% rename from docs/reporting/automating-report-generation.asciidoc rename to docs/user/reporting/automating-report-generation.asciidoc diff --git a/docs/reporting/chromium-sandbox.asciidoc b/docs/user/reporting/chromium-sandbox.asciidoc similarity index 100% rename from docs/reporting/chromium-sandbox.asciidoc rename to docs/user/reporting/chromium-sandbox.asciidoc diff --git a/docs/reporting/configuring-reporting.asciidoc b/docs/user/reporting/configuring-reporting.asciidoc similarity index 100% rename from docs/reporting/configuring-reporting.asciidoc rename to docs/user/reporting/configuring-reporting.asciidoc diff --git a/docs/reporting/development/csv-integration.asciidoc b/docs/user/reporting/development/csv-integration.asciidoc similarity index 100% rename from docs/reporting/development/csv-integration.asciidoc rename to docs/user/reporting/development/csv-integration.asciidoc diff --git a/docs/reporting/development/index.asciidoc b/docs/user/reporting/development/index.asciidoc similarity index 100% rename from docs/reporting/development/index.asciidoc rename to docs/user/reporting/development/index.asciidoc diff --git a/docs/reporting/development/pdf-integration.asciidoc b/docs/user/reporting/development/pdf-integration.asciidoc similarity index 100% rename from docs/reporting/development/pdf-integration.asciidoc rename to docs/user/reporting/development/pdf-integration.asciidoc diff --git a/docs/reporting/getting-started.asciidoc b/docs/user/reporting/getting-started.asciidoc similarity index 95% rename from docs/reporting/getting-started.asciidoc rename to docs/user/reporting/getting-started.asciidoc index 0bdb9d3d3f9f6e..87c3bfedf4d978 100644 --- a/docs/reporting/getting-started.asciidoc +++ b/docs/user/reporting/getting-started.asciidoc @@ -28,7 +28,7 @@ in the report. + -- [role="screenshot"] -image:reporting/images/share-button.png["Reporting Button",link="share-button.png"] +image:user/reporting/images/share-button.png["Reporting Button",link="share-button.png"] -- . Depending on the {kib} application, choose the appropriate options: diff --git a/docs/reporting/gs-index.asciidoc b/docs/user/reporting/gs-index.asciidoc similarity index 100% rename from docs/reporting/gs-index.asciidoc rename to docs/user/reporting/gs-index.asciidoc diff --git a/docs/reporting/images/preserve-layout-switch.png b/docs/user/reporting/images/preserve-layout-switch.png similarity index 100% rename from docs/reporting/images/preserve-layout-switch.png rename to docs/user/reporting/images/preserve-layout-switch.png diff --git a/docs/reporting/images/preserve-layout.png b/docs/user/reporting/images/preserve-layout.png similarity index 100% rename from docs/reporting/images/preserve-layout.png rename to docs/user/reporting/images/preserve-layout.png diff --git a/docs/reporting/images/print-layout.png b/docs/user/reporting/images/print-layout.png similarity index 100% rename from docs/reporting/images/print-layout.png rename to docs/user/reporting/images/print-layout.png diff --git a/docs/reporting/images/share-button.png b/docs/user/reporting/images/share-button.png similarity index 100% rename from docs/reporting/images/share-button.png rename to docs/user/reporting/images/share-button.png diff --git a/docs/reporting/index.asciidoc b/docs/user/reporting/index.asciidoc similarity index 93% rename from docs/reporting/index.asciidoc rename to docs/user/reporting/index.asciidoc index cc64d58c4cb11d..478d0d94deca3a 100644 --- a/docs/reporting/index.asciidoc +++ b/docs/user/reporting/index.asciidoc @@ -12,7 +12,7 @@ are exported to CSV. Reporting is located in the share menu from the {kib} toolbar: [role="screenshot"] -image::reporting/images/share-button.png["Share"] +image::user/reporting/images/share-button.png["Share"] You can also <>. diff --git a/docs/reporting/pdf-layout-modes.asciidoc b/docs/user/reporting/pdf-layout-modes.asciidoc similarity index 73% rename from docs/reporting/pdf-layout-modes.asciidoc rename to docs/user/reporting/pdf-layout-modes.asciidoc index 050e3dc267dffd..1bd7ffbac3a609 100644 --- a/docs/reporting/pdf-layout-modes.asciidoc +++ b/docs/user/reporting/pdf-layout-modes.asciidoc @@ -5,7 +5,7 @@ When creating a PDF report of a dashboard, there are two layout modes: *Optimize -- [role="screenshot"] -image:reporting/images/preserve-layout-switch.png["PDF Reporting",link="preserve-layout-switch.png"] +image:user/reporting/images/preserve-layout-switch.png["PDF Reporting",link="preserve-layout-switch.png"] -- [float] @@ -15,7 +15,7 @@ This will create a print friendly PDF with multiple A4 portrait pages, with 2 vi -- [role="screenshot"] -image:reporting/images/print-layout.png["optimize-pdf-for-printing",link="print-layout.png"] +image:user/reporting/images/print-layout.png["optimize-pdf-for-printing",link="print-layout.png"] -- [float] @@ -25,7 +25,7 @@ This will create a PDF preserving the existing layout and size of the Visualizat -- [role="screenshot"] -image:reporting/images/preserve-layout.png["Preserve existing layout in PDF",link="preserve-layout.png"] +image:user/reporting/images/preserve-layout.png["Preserve existing layout in PDF",link="preserve-layout.png"] -- When creating a PNG or a PDF report of a visualization, the "Optimize for printing" option will automatically be used. diff --git a/docs/reporting/report-intervals.asciidoc b/docs/user/reporting/report-intervals.asciidoc similarity index 100% rename from docs/reporting/report-intervals.asciidoc rename to docs/user/reporting/report-intervals.asciidoc diff --git a/docs/reporting/reporting-troubleshooting.asciidoc b/docs/user/reporting/reporting-troubleshooting.asciidoc similarity index 100% rename from docs/reporting/reporting-troubleshooting.asciidoc rename to docs/user/reporting/reporting-troubleshooting.asciidoc diff --git a/docs/reporting/response-codes.asciidoc b/docs/user/reporting/response-codes.asciidoc similarity index 100% rename from docs/reporting/response-codes.asciidoc rename to docs/user/reporting/response-codes.asciidoc diff --git a/docs/reporting/script-example.asciidoc b/docs/user/reporting/script-example.asciidoc similarity index 100% rename from docs/reporting/script-example.asciidoc rename to docs/user/reporting/script-example.asciidoc diff --git a/docs/reporting/watch-example.asciidoc b/docs/user/reporting/watch-example.asciidoc similarity index 100% rename from docs/reporting/watch-example.asciidoc rename to docs/user/reporting/watch-example.asciidoc