Skip to content

Commit 377b651

Browse files
authored
http: switch form http-none-java <-> http to http <-> http-java (#189)
2 parents cef1697 + 869b3fc commit 377b651

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

doc/_admin-guide/070_Destinations/090_http_nonjava/001_http_nonjava_options.md renamed to doc/_admin-guide/070_Destinations/081_http/000_http_options.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: HTTP-nonjava destination options
2+
title: HTTP destination options
33
batch_timeout: 'none'
4-
id: adm-dest-http-nonjava-opt
4+
id: adm-dest-http-opt
55
description: >-
66
This section describes the options of the http() destination in {{ site.product.short_name }}.
77
---

doc/_admin-guide/070_Destinations/090_http_nonjava/000_Batch_mode_and_load_balancing.md renamed to doc/_admin-guide/070_Destinations/081_http/001_Batch_mode_and_load_balancing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Batch mode and load balancing with HTTP
3-
id: adm-dest-http-nonjava-batch
3+
id: adm-dest-http-batch
44
description: >-
55
This section describes how to send messages to multiple URLs with {{ site.product.short_name }}.
66
---

doc/_admin-guide/070_Destinations/090_http_nonjava/003_Python_http_header_plugin.md renamed to doc/_admin-guide/070_Destinations/081_http/002_Python_http_header_plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: The Python HTTP header plugin
3-
id: adm-dest-http-nonjava-python
3+
id: adm-dest-http-python
44
description: >-
55
This section describes the {{ site.product.short_name }}
66
application's Python HTTP header plugin.

doc/_admin-guide/070_Destinations/090_http_nonjava/002_Azure_auth_header_plugin.md renamed to doc/_admin-guide/070_Destinations/081_http/003_Azure_auth_header_plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: The Azure auth header plugin
3-
id: adm-dest-http-nonjava-azure
3+
id: adm-dest-http-azure
44
description: >-
55
This section describes the {{ site.product.short_name }}
66
application's Azure auth header plugin.

doc/_admin-guide/070_Destinations/090_http_nonjava/README.md renamed to doc/_admin-guide/070_Destinations/081_http/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'http: Posting messages over HTTP without Java'
3-
short_title: http-nonjava
4-
id: adm-dest-http-nonjava
2+
title: 'http: Posting messages over HTTP'
3+
short_title: http
4+
id: adm-dest-http
55
description: >-
66
Version 3.8 of {{ site.product.short_name }} can directly post log messages to web
77
services using the HTTP protocol, without having to use Java.

doc/_admin-guide/070_Destinations/080_http/000_http_options.md renamed to doc/_admin-guide/070_Destinations/085_http-java/000_http_java_options.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: HTTP destination options
3-
id: adm-dest-http-opt
2+
title: HTTP Java destination options
3+
id: adm-dest-http-java-opt
44
description: >-
55
This section describes the options of the Java-based http() destination in {{ site.product.short_name }}.
66
---

doc/_admin-guide/070_Destinations/080_http/README.md renamed to doc/_admin-guide/070_Destinations/085_http-java/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Posting messages over HTTP
3-
short_title: http
4-
id: adm-dest-http
2+
title: Posting messages over HTTP using Java
3+
short_title: http-java
4+
id: adm-dest-http-java
55
description: >-
66
Version 3.7 of {{ site.product.short_name }} can directly post log messages to web
77
services using the HTTP protocol. Error and status messages received

0 commit comments

Comments
 (0)