Skip to content

Conversation

@ryli17
Copy link

@ryli17 ryli17 commented Sep 14, 2020

This PR is to resolve the following issues:

  1. Authentication through another path
    For example, login through http://1.1.1.1/login, but query through http://1.1.1.1/query. After successfully logged in, session information is exchanged by cookies.
  2. Each query may return multiple items.
    For example, one query may return a json object, such as {"entries":[{"message": "message 1"}, {"message":"message 2"}]}.
    The expected fluentd output is
    2020-09-01 12:00:00 tag: {"message":"message 1"}
    2020-09-01 12:00:00 tag: {"message":"message 2"}

Detailed usage please refer to README

@HatsuneMiku3939 HatsuneMiku3939 self-requested a review September 15, 2020 05:58
@HatsuneMiku3939 HatsuneMiku3939 linked an issue Sep 15, 2020 that may be closed by this pull request
@HatsuneMiku3939
Copy link
Owner

@ryli17

Thank you for your contribution. Can you provide a description of this PR?

I'll check the changes in 1~2 days.

@ryli17
Copy link
Author

ryli17 commented Sep 21, 2020

@HatsuneMiku3939 , Sorry for the delayed response. I added a brief description. Please let me know if any further info is needed. Thanks!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

request body template

2 participants