add log sink elk api
This commit is contained in:
parent
628ec3ca95
commit
d6f3606ee2
@ -31,7 +31,7 @@ public class LogSinkELKController {
|
||||
private LogSinkELKService sinkELKService;
|
||||
|
||||
@RequestMapping(value = "/log/sink/elk", method = RequestMethod.POST)
|
||||
@ApiOperation(value = "单条操作日志详情查询")
|
||||
@ApiOperation(value = "日志中转接入 ELK")
|
||||
public CommonResponse<?> operateLogDetail(String val) {
|
||||
if (!StringUtils.hasText(val)) {
|
||||
return CommonResponse.fail("illegal param");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user