-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Port packages to TQL2 #58
base: main
Are you sure you want to change the base?
Conversation
e08c013
to
bd49332
Compare
bd49332
to
eed6ff2
Compare
eed6ff2
to
e1046b9
Compare
slack/package.yaml
Outdated
select text=line | ||
batch 1 | ||
write_json | ||
save_http "{{ inputs.webhook-url }}", method="POST" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could use to
here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've changed this but I'm not sure this is a win. When reading the pipeline, the write_json
now needs to specified out of line, after the URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC it should work without write_json
, as HTTP has JSON as its default format.
e1046b9
to
56665df
Compare
56665df
to
656e053
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that since we are using from
and to
, this cannot be merged before a node release.
No description provided.