Skip to content

Commit

Permalink
Change image references to use block syntax not inline (#11911)
Browse files Browse the repository at this point in the history
* Change image references to use block syntax not inline

* Fix format for inline links
  • Loading branch information
dedemorton authored May 9, 2019
1 parent c17586a commit 043e60d
Show file tree
Hide file tree
Showing 24 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion auditbeat/docs/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion docs/devguide/newbeat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion filebeat/docs/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
2 changes: 1 addition & 1 deletion filebeat/docs/modules-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
2 changes: 1 addition & 1 deletion filebeat/docs/overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
<<how-filebeat-works>>.
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/docs/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
4 changes: 2 additions & 2 deletions libbeat/docs/opendashboards.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ 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.

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]

2 changes: 1 addition & 1 deletion libbeat/docs/overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<getting-started>>.

Expand Down
2 changes: 1 addition & 1 deletion libbeat/docs/shared-geoip.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
2 changes: 1 addition & 1 deletion metricbeat/docs/gettingstarted.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion metricbeat/docs/how-metricbeat-works.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`]
Expand Down
6 changes: 3 additions & 3 deletions packetbeat/docs/filtering.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
2 changes: 1 addition & 1 deletion packetbeat/docs/gettingstarted.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
6 changes: 3 additions & 3 deletions packetbeat/docs/packetbeat-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packetbeat/docs/visualizing-data-packetbeat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]



Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/docs/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion x-pack/auditbeat/docs/modules/system.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion x-pack/auditbeat/module/system/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion x-pack/auditbeat/module/system/host/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion x-pack/auditbeat/module/system/login/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion x-pack/auditbeat/module/system/package/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion x-pack/auditbeat/module/system/process/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion x-pack/auditbeat/module/system/socket/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion x-pack/auditbeat/module/system/user/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 043e60d

Please sign in to comment.