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

fix log and version #317

Merged
merged 2 commits into from
May 24, 2022
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
2 changes: 1 addition & 1 deletion dongtai-agent/src/main/resources/bin/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
URI /log/
HTTP_User sjkadfkjdsahfkds
HTTP_Passwd dsjkfkjsadfhkjsadhfksdsjdafjkdsagfjhsadgfjsdfg12312!
Format json_lines
Format json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author [email protected]
*/
public class Constants {
public static final String AGENT_VERSION_VALUE = "v1.7.0";
public static final String AGENT_VERSION_VALUE = "v1.7.1";
public final static String API_REPORT_UPLOAD = "/api/v1/report/upload";
public final static String SERVER_ADDRESS = "/api/v1/agent/update";
public final static String API_HOOK_PROFILE = "/api/v1/profiles";
Expand Down