Skip to content

Commit bb922e5

Browse files
committed
fix(logstash): update logstash filter resource URL to use UTM filters
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent e621bcb commit bb922e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/shared/services/logstash/logstash.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {createRequestOption} from '../../util/request-util';
1111
providedIn: 'root'
1212
})
1313
export class LogstashService {
14-
public logstashFilterResourceUrl = SERVER_API_URL + 'api/logstash-filters';
14+
public logstashFilterResourceUrl = SERVER_API_URL + 'api/utm-filters';
1515

1616
constructor(private http: HttpClient) {
1717
}

0 commit comments

Comments
 (0)