Skip to content

httpsend plugin - send find to multiple servers #479

Description

@matthieumarrast

The idea is to update the plugin httpsend to allow sending a file through HTTP to multiple urls.
With below config example:

# HTTP full URL to use for uploading files
# You can use following placeholders in this url:
# - {ORIGINAL_BASENAME}
# - {ORIGINAL_DIRNAME}
# - {RANDOM_ID}
# - {STEP_COUNTER}
# - {ORIGINAL_UID}
# - strftime placeholders like %Y%m%d
# Example for feeding another mfdata with HTTP
# http://FIXME:9091/incoming/{ORIGINAL_BASENAME}
# (coma separated list of urls)
http_url=http://server1:9091/incoming/{ORIGINAL_BASENAME},http://server2:9091/incoming/{ORIGINAL_BASENAME},http://server3:9091/incoming/{ORIGINAL_BASENAME}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions