diff --git a/auditbeat/docs/getting-started.asciidoc b/auditbeat/docs/getting-started.asciidoc index 04ee6a80586a..92d77abd0b65 100644 --- a/auditbeat/docs/getting-started.asciidoc +++ b/auditbeat/docs/getting-started.asciidoc @@ -282,4 +282,4 @@ The dashboards are provided as examples. We recommend that you {kibana-ref}/dashboard.html[customize] them to meet your needs. [role="screenshot"] -image:./images/auditbeat-file-integrity-dashboard.png[Auditbeat File Integrity Dashboard] +image::./images/auditbeat-file-integrity-dashboard.png[Auditbeat File Integrity Dashboard] diff --git a/docs/devguide/newbeat.asciidoc b/docs/devguide/newbeat.asciidoc index 78c568082cba..7c5f7004964f 100644 --- a/docs/devguide/newbeat.asciidoc +++ b/docs/devguide/newbeat.asciidoc @@ -74,7 +74,7 @@ specific to your Beat (the code that creates the event and sends it to the publi Libbeat also offers common services like configuration management, logging, daemonzing, and Windows service handling, and data processing modules. -image:./images/beat_overview.png[Beat overview architecture] +image::./images/beat_overview.png[Beat overview architecture] The event that you create is a JSON-like object (Go type `map[string]interface{}`) that contains the collected data to send to the publisher. At a minimum, the event object diff --git a/filebeat/docs/getting-started.asciidoc b/filebeat/docs/getting-started.asciidoc index 3336400cb6bb..3b556163f754 100644 --- a/filebeat/docs/getting-started.asciidoc +++ b/filebeat/docs/getting-started.asciidoc @@ -283,4 +283,4 @@ by the dashboards. Here is an example of the Filebeat system dashboard: [role="screenshot"] -image:./images/kibana-system.png[] +image::./images/kibana-system.png[] diff --git a/filebeat/docs/modules-getting-started.asciidoc b/filebeat/docs/modules-getting-started.asciidoc index 4cf4e52208e1..4cf94c6fbfbd 100644 --- a/filebeat/docs/modules-getting-started.asciidoc +++ b/filebeat/docs/modules-getting-started.asciidoc @@ -74,7 +74,7 @@ include::./include/visualize-data.asciidoc[] Here's an example of the syslog dashboard: -image:./images/kibana-system.png[Syslog dashboard] +image::./images/kibana-system.png[Syslog dashboard] [[setting-variables]] diff --git a/filebeat/docs/overview.asciidoc b/filebeat/docs/overview.asciidoc index f86f0e6b5cbe..5aae20010f5c 100644 --- a/filebeat/docs/overview.asciidoc +++ b/filebeat/docs/overview.asciidoc @@ -18,7 +18,7 @@ harvester reads a single log for new content and sends the new log data to libbeat, which aggregates the events and sends the aggregated data to the output that you've configured for {beatname_uc}. -image:./images/filebeat.png[Beats design] +image::./images/filebeat.png[Beats design] For more information about inputs and harvesters, see <>. diff --git a/heartbeat/docs/getting-started.asciidoc b/heartbeat/docs/getting-started.asciidoc index cb7f8e8bc07b..2d573d741e36 100644 --- a/heartbeat/docs/getting-started.asciidoc +++ b/heartbeat/docs/getting-started.asciidoc @@ -272,4 +272,4 @@ The dashboards are provided as examples. We recommend that you {kibana-ref}/dashboard.html[customize] them to meet your needs. [role="screenshot"] -image:./images/heartbeat-statistics.png[Heartbeat statistics] +image::./images/heartbeat-statistics.png[Heartbeat statistics] diff --git a/libbeat/docs/opendashboards.asciidoc b/libbeat/docs/opendashboards.asciidoc index 541a4497c3f7..aeb9c3a2f2d5 100644 --- a/libbeat/docs/opendashboards.asciidoc +++ b/libbeat/docs/opendashboards.asciidoc @@ -19,7 +19,7 @@ On the *Discover* page, make sure that the predefined +{beatname_lc}-*+ index pattern is selected to see {beatname_uc} data. [role="screenshot"] -image:./images/kibana-created-indexes.png[Discover tab with index selected] +image::./images/kibana-created-indexes.png[Discover tab with index selected] TIP: If you don’t see data in {kib}, try changing the date range to a larger range. By default, {kib} shows the last 15 minutes. @@ -27,5 +27,5 @@ range. By default, {kib} shows the last 15 minutes. Go to the *Dashboard* page and select the dashboard that you want to open. [role="screenshot"] -image:./images/kibana-navigation-vis.png[Navigation widget in Kibana] +image::./images/kibana-navigation-vis.png[Navigation widget in Kibana] diff --git a/libbeat/docs/overview.asciidoc b/libbeat/docs/overview.asciidoc index f3358182fbec..562c7dc51500 100644 --- a/libbeat/docs/overview.asciidoc +++ b/libbeat/docs/overview.asciidoc @@ -24,7 +24,7 @@ https://www.elastic.co/products/logstash[{ls}], where you can further process and enhance the data, before visualizing it in https://www.elastic.co/products/logstash[{kib}]. -image:./images/beats-platform.png[Beats Platform] +image::./images/beats-platform.png[Beats Platform] To get started, see <>. diff --git a/libbeat/docs/shared-geoip.asciidoc b/libbeat/docs/shared-geoip.asciidoc index eaf46680cff2..1a9f1c9c2846 100644 --- a/libbeat/docs/shared-geoip.asciidoc +++ b/libbeat/docs/shared-geoip.asciidoc @@ -139,4 +139,4 @@ location field, for example `client.geo.location` or `host.geo.location`, as the Geohash. [role="screenshot"] -image:./images/coordinate-map.png[Coordinate map in {kib}] +image::./images/coordinate-map.png[Coordinate map in {kib}] diff --git a/metricbeat/docs/gettingstarted.asciidoc b/metricbeat/docs/gettingstarted.asciidoc index 1214ab32b172..1d32e6990464 100644 --- a/metricbeat/docs/gettingstarted.asciidoc +++ b/metricbeat/docs/gettingstarted.asciidoc @@ -311,4 +311,4 @@ The dashboards are provided as examples. We recommend that you {kibana-ref}/dashboard.html[customize] them to meet your needs. [role="screenshot"] -image:./images/{beatname_lc}_system_dashboard.png[{beatname_uc} Dashboard] +image::./images/{beatname_lc}_system_dashboard.png[{beatname_uc} Dashboard] diff --git a/metricbeat/docs/how-metricbeat-works.asciidoc b/metricbeat/docs/how-metricbeat-works.asciidoc index 185abb543a16..03eb6e1262de 100644 --- a/metricbeat/docs/how-metricbeat-works.asciidoc +++ b/metricbeat/docs/how-metricbeat-works.asciidoc @@ -13,7 +13,7 @@ to the remote system. So, for example, the Redis module provides an `info` metricset that collects information and statistics from Redis by running the http://redis.io/commands/INFO[`INFO`] command and parsing the returned result. -image:./images/module-overview.png[Modules and metricsets] +image::./images/module-overview.png[Modules and metricsets] Likewise, the MySQL module provides a `status` metricset that collects data from MySQL by running a http://dev.mysql.com/doc/refman/5.7/en/show-status.html[`SHOW GLOBAL STATUS`] diff --git a/packetbeat/docs/filtering.asciidoc b/packetbeat/docs/filtering.asciidoc index ee1735259db5..51ef95776467 100644 --- a/packetbeat/docs/filtering.asciidoc +++ b/packetbeat/docs/filtering.asciidoc @@ -17,7 +17,7 @@ operators, wildcards, and field filtering. For example, if you want to find the HTTP redirects, you can search for `http.response.status_code: 302`. [role="screenshot"] -image:./images/kibana-query-filtering.png[Kibana query] +image::./images/kibana-query-filtering.png[Kibana query] [float] ==== String queries @@ -170,9 +170,9 @@ redirects coming from the IP and port, click the *Filter out value* image:./images/filteroutval_icon.png[] icon instead. [role="screenshot"] -image:./images/filter_from_context.png[Filter from context] +image::./images/filter_from_context.png[Filter from context] The selected filters appear under the search box. [role="screenshot"] -image:./images/kibana-filters.png[Kibana filters] +image::./images/kibana-filters.png[Kibana filters] diff --git a/packetbeat/docs/gettingstarted.asciidoc b/packetbeat/docs/gettingstarted.asciidoc index 791b6c7379bf..71ec88b6f06f 100644 --- a/packetbeat/docs/gettingstarted.asciidoc +++ b/packetbeat/docs/gettingstarted.asciidoc @@ -329,4 +329,4 @@ TIP: To populate the client locations map in the overview dashboard, follow the steps described in <<{beatname_lc}-geoip>>. [role="screenshot"] -image:./images/packetbeat-statistics.png[Packetbeat statistics] +image::./images/packetbeat-statistics.png[Packetbeat statistics] diff --git a/packetbeat/docs/packetbeat-options.asciidoc b/packetbeat/docs/packetbeat-options.asciidoc index 09922d629233..41a7d57f5859 100644 --- a/packetbeat/docs/packetbeat-options.asciidoc +++ b/packetbeat/docs/packetbeat-options.asciidoc @@ -226,7 +226,7 @@ For example, in the following scenario, you see a 3-server architecture where a Beat is installed on each server. t1 is the transaction exchanged between Server1 and Server2, and t2 is the transaction between Server2 and Server3. -image:./images/option_ignore_outgoing.png[Beats Architecture] +image::./images/option_ignore_outgoing.png[Beats Architecture] By default, each transaction is indexed twice because Beat2 sees both transactions. So you would see the following published transactions @@ -265,7 +265,7 @@ data. Here's an example of flow events visualized in the Flows dashboard: -image:./images/flows.png[] +image::./images/flows.png[] To configure flows, use the `packetbeat.flows` option in the +{beatname_lc}.yml+ config file. Flows are enabled by default. If this section is missing @@ -1007,7 +1007,7 @@ analytics and find the slow RPC calls. Here is an example performance dashboard: -image:./images/thrift-dashboard.png[Thrift-RPC dashboard] +image::./images/thrift-dashboard.png[Thrift-RPC dashboard] Thrift supports multiple http://en.wikipedia.org/wiki/Apache_Thrift[transport diff --git a/packetbeat/docs/visualizing-data-packetbeat.asciidoc b/packetbeat/docs/visualizing-data-packetbeat.asciidoc index 55f2fafc7a42..18659f0b0195 100644 --- a/packetbeat/docs/visualizing-data-packetbeat.asciidoc +++ b/packetbeat/docs/visualizing-data-packetbeat.asciidoc @@ -26,20 +26,20 @@ views on the *Discover* page. To use these searches, make sure you've Type `Packetbeat` in the Search field to filter the list of searches. [role="screenshot"] -image:./images/saved-packetbeat-searches.png[Saved Packetbeat Searches] +image::./images/saved-packetbeat-searches.png[Saved Packetbeat Searches] You can use the predefined searches to customize the columns in the Discover table. For example, select the *Packetbeat Search* to customize the columns in the Discover table: [role="screenshot"] -image:./images/discovery-packetbeat-transactions.png[Packetbeat Search] +image::./images/discovery-packetbeat-transactions.png[Packetbeat Search] Select the *Packetbeat Flows Search* to display the most important information for Packetbeat flows: [role="screenshot"] -image:./images/discovery-packetbeat-flows.png[Packetbeat Flows Search] +image::./images/discovery-packetbeat-flows.png[Packetbeat Flows Search] diff --git a/winlogbeat/docs/getting-started.asciidoc b/winlogbeat/docs/getting-started.asciidoc index edc69d96524b..f6244946d87a 100644 --- a/winlogbeat/docs/getting-started.asciidoc +++ b/winlogbeat/docs/getting-started.asciidoc @@ -170,4 +170,4 @@ The dashboards are provided as examples. We recommend that you {kibana-ref}/dashboard.html[customize] them to meet your needs. [role="screenshot"] -image:./images/winlogbeat-dashboard.png[Winlogbeat statistics] +image::./images/winlogbeat-dashboard.png[Winlogbeat statistics] diff --git a/x-pack/auditbeat/docs/modules/system.asciidoc b/x-pack/auditbeat/docs/modules/system.asciidoc index 92e8e4f663c1..d9ad27df6978 100644 --- a/x-pack/auditbeat/docs/modules/system.asciidoc +++ b/x-pack/auditbeat/docs/modules/system.asciidoc @@ -42,7 +42,7 @@ parameter. The module comes with a sample dashboard: [role="screenshot"] -image:./images/auditbeat-system-overview-dashboard.png[Auditbeat System Overview Dashboard] +image::./images/auditbeat-system-overview-dashboard.png[Auditbeat System Overview Dashboard] [float] === Configuration options diff --git a/x-pack/auditbeat/module/system/_meta/docs.asciidoc b/x-pack/auditbeat/module/system/_meta/docs.asciidoc index 4d173785571a..56e5cda147cb 100644 --- a/x-pack/auditbeat/module/system/_meta/docs.asciidoc +++ b/x-pack/auditbeat/module/system/_meta/docs.asciidoc @@ -37,7 +37,7 @@ parameter. The module comes with a sample dashboard: [role="screenshot"] -image:./images/auditbeat-system-overview-dashboard.png[Auditbeat System Overview Dashboard] +image::./images/auditbeat-system-overview-dashboard.png[Auditbeat System Overview Dashboard] [float] === Configuration options diff --git a/x-pack/auditbeat/module/system/host/_meta/docs.asciidoc b/x-pack/auditbeat/module/system/host/_meta/docs.asciidoc index 511f59ad46ce..eba8f200d5f5 100644 --- a/x-pack/auditbeat/module/system/host/_meta/docs.asciidoc +++ b/x-pack/auditbeat/module/system/host/_meta/docs.asciidoc @@ -12,4 +12,4 @@ It is implemented for Linux, macOS (Darwin), and Windows. This dataset comes with a sample dashboard: [role="screenshot"] -image:./images/auditbeat-system-host-dashboard.png[Auditbeat System Host Dashboard] +image::./images/auditbeat-system-host-dashboard.png[Auditbeat System Host Dashboard] diff --git a/x-pack/auditbeat/module/system/login/_meta/docs.asciidoc b/x-pack/auditbeat/module/system/login/_meta/docs.asciidoc index e58daca5681f..a276848a347d 100644 --- a/x-pack/auditbeat/module/system/login/_meta/docs.asciidoc +++ b/x-pack/auditbeat/module/system/login/_meta/docs.asciidoc @@ -27,4 +27,4 @@ utmp files are binary, but you can display their contents using the The dataset comes with a sample dashboard: [role="screenshot"] -image:./images/auditbeat-system-login-dashboard.png[Auditbeat System Login Dashboard] +image::./images/auditbeat-system-login-dashboard.png[Auditbeat System Login Dashboard] diff --git a/x-pack/auditbeat/module/system/package/_meta/docs.asciidoc b/x-pack/auditbeat/module/system/package/_meta/docs.asciidoc index 2c5d50a4e9f9..726e942424c3 100644 --- a/x-pack/auditbeat/module/system/package/_meta/docs.asciidoc +++ b/x-pack/auditbeat/module/system/package/_meta/docs.asciidoc @@ -13,4 +13,4 @@ manager, and for Homebrew on macOS (Darwin). The dataset comes with a sample dashboard: [role="screenshot"] -image:./images/auditbeat-system-package-dashboard.png[Auditbeat System Package Dashboard] +image::./images/auditbeat-system-package-dashboard.png[Auditbeat System Package Dashboard] diff --git a/x-pack/auditbeat/module/system/process/_meta/docs.asciidoc b/x-pack/auditbeat/module/system/process/_meta/docs.asciidoc index 45e148bb6e01..e1d930e1fbf3 100644 --- a/x-pack/auditbeat/module/system/process/_meta/docs.asciidoc +++ b/x-pack/auditbeat/module/system/process/_meta/docs.asciidoc @@ -12,4 +12,4 @@ It is implemented for Linux, macOS (Darwin), and Windows. The dataset comes with a sample dashboard: [role="screenshot"] -image:./images/auditbeat-system-process-dashboard.png[Auditbeat System Process Dashboard] +image::./images/auditbeat-system-process-dashboard.png[Auditbeat System Process Dashboard] diff --git a/x-pack/auditbeat/module/system/socket/_meta/docs.asciidoc b/x-pack/auditbeat/module/system/socket/_meta/docs.asciidoc index 36a830e739b8..7d6fdd949ede 100644 --- a/x-pack/auditbeat/module/system/socket/_meta/docs.asciidoc +++ b/x-pack/auditbeat/module/system/socket/_meta/docs.asciidoc @@ -24,4 +24,4 @@ the `socket.include_localhost` configuration option. The dataset comes with a sample dashboard: [role="screenshot"] -image:./images/auditbeat-system-socket-dashboard.png[Auditbeat System Socket Dashboard] +image::./images/auditbeat-system-socket-dashboard.png[Auditbeat System Socket Dashboard] diff --git a/x-pack/auditbeat/module/system/user/_meta/docs.asciidoc b/x-pack/auditbeat/module/system/user/_meta/docs.asciidoc index 243187bed6a4..5b31007e4d58 100644 --- a/x-pack/auditbeat/module/system/user/_meta/docs.asciidoc +++ b/x-pack/auditbeat/module/system/user/_meta/docs.asciidoc @@ -12,4 +12,4 @@ It is implemented for Linux only. The dataset comes with a sample dashboard: [role="screenshot"] -image:./images/auditbeat-system-user-dashboard.png[Auditbeat System User Dashboard] +image::./images/auditbeat-system-user-dashboard.png[Auditbeat System User Dashboard]