Skip to content

Commit

Permalink
[CALCITE-3067] Splunk adapter cannot parse right session keys from Sp…
Browse files Browse the repository at this point in the history
…lunk 7.2 (Shawn Chen)

Close apache#1222
  • Loading branch information
LastSmile732 authored and zhztheplayer committed May 21, 2019
1 parent 2e01ce1 commit 2765791
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class SplunkConnectionImpl implements SplunkConnection {

private static final Pattern SESSION_KEY =
Pattern.compile(
"<response>\\s*<sessionKey>([0-9a-f]+)</sessionKey>\\s*</response>");
"<sessionKey>([0-9a-zA-Z^_]+)</sessionKey>");

final URL url;
final String username;
Expand Down

0 comments on commit 2765791

Please sign in to comment.