Skip to content

http: switch form http-none-java <-> http to http <-> http-java #189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: HTTP-nonjava destination options
title: HTTP destination options
batch_timeout: 'none'
id: adm-dest-http-nonjava-opt
id: adm-dest-http-opt
description: >-
This section describes the options of the http() destination in {{ site.product.short_name }}.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Batch mode and load balancing with HTTP
id: adm-dest-http-nonjava-batch
id: adm-dest-http-batch
description: >-
This section describes how to send messages to multiple URLs with {{ site.product.short_name }}.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The Python HTTP header plugin
id: adm-dest-http-nonjava-python
id: adm-dest-http-python
description: >-
This section describes the {{ site.product.short_name }}
application's Python HTTP header plugin.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The Azure auth header plugin
id: adm-dest-http-nonjava-azure
id: adm-dest-http-azure
description: >-
This section describes the {{ site.product.short_name }}
application's Azure auth header plugin.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'http: Posting messages over HTTP without Java'
short_title: http-nonjava
id: adm-dest-http-nonjava
title: 'http: Posting messages over HTTP'
short_title: http
id: adm-dest-http
description: >-
Version 3.8 of {{ site.product.short_name }} can directly post log messages to web
services using the HTTP protocol, without having to use Java.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: HTTP destination options
id: adm-dest-http-opt
title: HTTP Java destination options
id: adm-dest-http-java-opt
description: >-
This section describes the options of the Java-based http() destination in {{ site.product.short_name }}.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Posting messages over HTTP
short_title: http
id: adm-dest-http
title: Posting messages over HTTP using Java
short_title: http-java
id: adm-dest-http-java
description: >-
Version 3.7 of {{ site.product.short_name }} can directly post log messages to web
services using the HTTP protocol. Error and status messages received
Expand Down