Skip to content
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

Support login session, query payload, and multi events #28

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

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 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