diff --git a/x-pack/plugin/eql/src/main/antlr/EqlBase.g4 b/x-pack/plugin/eql/src/main/antlr/EqlBase.g4 index 69eb6aceedf..848c41f8ac3 100644 --- a/x-pack/plugin/eql/src/main/antlr/EqlBase.g4 +++ b/x-pack/plugin/eql/src/main/antlr/EqlBase.g4 @@ -192,7 +192,7 @@ PIPE: '|'; ESCAPED_IDENTIFIER - : '`' (~'`')* '`' + : '`' ( ~'`' | '``' )* '`' ; STRING diff --git a/x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/parser/EqlBaseLexer.java b/x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/parser/EqlBaseLexer.java index 291388d348c..78865e44de8 100644 --- a/x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/parser/EqlBaseLexer.java +++ b/x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/parser/EqlBaseLexer.java @@ -106,7 +106,7 @@ class EqlBaseLexer extends Lexer { public ATN getATN() { return _ATN; } public static final String _serializedATN = - "\3\u0430\ud6d1\u8206\uad2d\u4417\uaef1\u8d80\uaadd\2.\u0187\b\1\4\2\t"+ + "\3\u0430\ud6d1\u8206\uad2d\u4417\uaef1\u8d80\uaadd\2.\u0189\b\1\4\2\t"+ "\2\4\3\t\3\4\4\t\4\4\5\t\5\4\6\t\6\4\7\t\7\4\b\t\b\4\t\t\t\4\n\t\n\4\13"+ "\t\13\4\f\t\f\4\r\t\r\4\16\t\16\4\17\t\17\4\20\t\20\4\21\t\21\4\22\t\22"+ "\4\23\t\23\4\24\t\24\4\25\t\25\4\26\t\26\4\27\t\27\4\30\t\30\4\31\t\31"+ @@ -120,24 +120,24 @@ class EqlBaseLexer extends Lexer { "\3\21\3\21\3\21\3\21\3\21\3\21\3\22\3\22\3\22\3\22\3\22\3\23\3\23\3\24"+ "\3\24\3\24\3\25\3\25\3\25\3\26\3\26\3\27\3\27\3\27\3\30\3\30\3\31\3\31"+ "\3\31\3\32\3\32\3\33\3\33\3\34\3\34\3\35\3\35\3\36\3\36\3\37\3\37\3 \3"+ - " \3!\3!\3\"\3\"\3#\3#\3$\3$\3%\3%\3&\3&\7&\u00e2\n&\f&\16&\u00e5\13&\3"+ - "&\3&\3\'\3\'\3\'\3\'\7\'\u00ed\n\'\f\'\16\'\u00f0\13\'\3\'\3\'\3\'\3\'"+ - "\3\'\7\'\u00f7\n\'\f\'\16\'\u00fa\13\'\3\'\3\'\3\'\3\'\3\'\3\'\3\'\7\'"+ - "\u0103\n\'\f\'\16\'\u0106\13\'\3\'\3\'\3\'\3\'\3\'\3\'\3\'\7\'\u010f\n"+ - "\'\f\'\16\'\u0112\13\'\3\'\5\'\u0115\n\'\3(\6(\u0118\n(\r(\16(\u0119\3"+ - ")\6)\u011d\n)\r)\16)\u011e\3)\3)\7)\u0123\n)\f)\16)\u0126\13)\3)\3)\6"+ - ")\u012a\n)\r)\16)\u012b\3)\6)\u012f\n)\r)\16)\u0130\3)\3)\7)\u0135\n)"+ - "\f)\16)\u0138\13)\5)\u013a\n)\3)\3)\3)\3)\6)\u0140\n)\r)\16)\u0141\3)"+ - "\3)\5)\u0146\n)\3*\3*\5*\u014a\n*\3*\3*\3*\7*\u014f\n*\f*\16*\u0152\13"+ - "*\3+\3+\5+\u0156\n+\3+\6+\u0159\n+\r+\16+\u015a\3,\3,\3-\3-\3.\3.\3.\3"+ - ".\7.\u0165\n.\f.\16.\u0168\13.\3.\5.\u016b\n.\3.\5.\u016e\n.\3.\3.\3/"+ - "\3/\3/\3/\3/\7/\u0177\n/\f/\16/\u017a\13/\3/\3/\3/\3/\3/\3\60\6\60\u0182"+ - "\n\60\r\60\16\60\u0183\3\60\3\60\3\u0178\2\61\3\3\5\4\7\5\t\6\13\7\r\b"+ + " \3!\3!\3\"\3\"\3#\3#\3$\3$\3%\3%\3&\3&\3&\3&\7&\u00e4\n&\f&\16&\u00e7"+ + "\13&\3&\3&\3\'\3\'\3\'\3\'\7\'\u00ef\n\'\f\'\16\'\u00f2\13\'\3\'\3\'\3"+ + "\'\3\'\3\'\7\'\u00f9\n\'\f\'\16\'\u00fc\13\'\3\'\3\'\3\'\3\'\3\'\3\'\3"+ + "\'\7\'\u0105\n\'\f\'\16\'\u0108\13\'\3\'\3\'\3\'\3\'\3\'\3\'\3\'\7\'\u0111"+ + "\n\'\f\'\16\'\u0114\13\'\3\'\5\'\u0117\n\'\3(\6(\u011a\n(\r(\16(\u011b"+ + "\3)\6)\u011f\n)\r)\16)\u0120\3)\3)\7)\u0125\n)\f)\16)\u0128\13)\3)\3)"+ + "\6)\u012c\n)\r)\16)\u012d\3)\6)\u0131\n)\r)\16)\u0132\3)\3)\7)\u0137\n"+ + ")\f)\16)\u013a\13)\5)\u013c\n)\3)\3)\3)\3)\6)\u0142\n)\r)\16)\u0143\3"+ + ")\3)\5)\u0148\n)\3*\3*\5*\u014c\n*\3*\3*\3*\7*\u0151\n*\f*\16*\u0154\13"+ + "*\3+\3+\5+\u0158\n+\3+\6+\u015b\n+\r+\16+\u015c\3,\3,\3-\3-\3.\3.\3.\3"+ + ".\7.\u0167\n.\f.\16.\u016a\13.\3.\5.\u016d\n.\3.\5.\u0170\n.\3.\3.\3/"+ + "\3/\3/\3/\3/\7/\u0179\n/\f/\16/\u017c\13/\3/\3/\3/\3/\3/\3\60\6\60\u0184"+ + "\n\60\r\60\16\60\u0185\3\60\3\60\3\u017a\2\61\3\3\5\4\7\5\t\6\13\7\r\b"+ "\17\t\21\n\23\13\25\f\27\r\31\16\33\17\35\20\37\21!\22#\23%\24\'\25)\26"+ "+\27-\30/\31\61\32\63\33\65\34\67\359\36;\37= ?!A\"C#E$G%I&K\'M(O)Q*S"+ "+U\2W\2Y\2[,]-_.\3\2\17\3\2bb\n\2$$))^^ddhhppttvv\6\2\f\f\17\17))^^\6"+ "\2\f\f\17\17$$^^\5\2\f\f\17\17$$\5\2\f\f\17\17))\4\2BBaa\4\2GGgg\4\2-"+ - "-//\3\2\62;\4\2C\\c|\4\2\f\f\17\17\5\2\13\f\17\17\"\"\u01a6\2\3\3\2\2"+ + "-//\3\2\62;\4\2C\\c|\4\2\f\f\17\17\5\2\13\f\17\17\"\"\u01a9\2\3\3\2\2"+ "\2\2\5\3\2\2\2\2\7\3\2\2\2\2\t\3\2\2\2\2\13\3\2\2\2\2\r\3\2\2\2\2\17\3"+ "\2\2\2\2\21\3\2\2\2\2\23\3\2\2\2\2\25\3\2\2\2\2\27\3\2\2\2\2\31\3\2\2"+ "\2\2\33\3\2\2\2\2\35\3\2\2\2\2\37\3\2\2\2\2!\3\2\2\2\2#\3\2\2\2\2%\3\2"+ @@ -153,9 +153,9 @@ class EqlBaseLexer extends Lexer { "\2\2\61\u00c4\3\2\2\2\63\u00c7\3\2\2\2\65\u00c9\3\2\2\2\67\u00cb\3\2\2"+ "\29\u00cd\3\2\2\2;\u00cf\3\2\2\2=\u00d1\3\2\2\2?\u00d3\3\2\2\2A\u00d5"+ "\3\2\2\2C\u00d7\3\2\2\2E\u00d9\3\2\2\2G\u00db\3\2\2\2I\u00dd\3\2\2\2K"+ - "\u00df\3\2\2\2M\u0114\3\2\2\2O\u0117\3\2\2\2Q\u0145\3\2\2\2S\u0149\3\2"+ - "\2\2U\u0153\3\2\2\2W\u015c\3\2\2\2Y\u015e\3\2\2\2[\u0160\3\2\2\2]\u0171"+ - "\3\2\2\2_\u0181\3\2\2\2ab\7c\2\2bc\7p\2\2cd\7f\2\2d\4\3\2\2\2ef\7c\2\2"+ + "\u00df\3\2\2\2M\u0116\3\2\2\2O\u0119\3\2\2\2Q\u0147\3\2\2\2S\u014b\3\2"+ + "\2\2U\u0155\3\2\2\2W\u015e\3\2\2\2Y\u0160\3\2\2\2[\u0162\3\2\2\2]\u0173"+ + "\3\2\2\2_\u0183\3\2\2\2ab\7c\2\2bc\7p\2\2cd\7f\2\2d\4\3\2\2\2ef\7c\2\2"+ "fg\7p\2\2gh\7{\2\2h\6\3\2\2\2ij\7d\2\2jk\7{\2\2k\b\3\2\2\2lm\7h\2\2mn"+ "\7c\2\2no\7n\2\2op\7u\2\2pq\7g\2\2q\n\3\2\2\2rs\7h\2\2st\7q\2\2tu\7t\2"+ "\2uv\7m\2\2v\f\3\2\2\2wx\7k\2\2xy\7p\2\2y\16\3\2\2\2z{\7l\2\2{|\7q\2\2"+ @@ -183,66 +183,66 @@ class EqlBaseLexer extends Lexer { "\7\'\2\2\u00d0<\3\2\2\2\u00d1\u00d2\7\60\2\2\u00d2>\3\2\2\2\u00d3\u00d4"+ "\7.\2\2\u00d4@\3\2\2\2\u00d5\u00d6\7]\2\2\u00d6B\3\2\2\2\u00d7\u00d8\7"+ "_\2\2\u00d8D\3\2\2\2\u00d9\u00da\7*\2\2\u00daF\3\2\2\2\u00db\u00dc\7+"+ - "\2\2\u00dcH\3\2\2\2\u00dd\u00de\7~\2\2\u00deJ\3\2\2\2\u00df\u00e3\7b\2"+ - "\2\u00e0\u00e2\n\2\2\2\u00e1\u00e0\3\2\2\2\u00e2\u00e5\3\2\2\2\u00e3\u00e1"+ - "\3\2\2\2\u00e3\u00e4\3\2\2\2\u00e4\u00e6\3\2\2\2\u00e5\u00e3\3\2\2\2\u00e6"+ - "\u00e7\7b\2\2\u00e7L\3\2\2\2\u00e8\u00ee\7)\2\2\u00e9\u00ea\7^\2\2\u00ea"+ - "\u00ed\t\3\2\2\u00eb\u00ed\n\4\2\2\u00ec\u00e9\3\2\2\2\u00ec\u00eb\3\2"+ - "\2\2\u00ed\u00f0\3\2\2\2\u00ee\u00ec\3\2\2\2\u00ee\u00ef\3\2\2\2\u00ef"+ - "\u00f1\3\2\2\2\u00f0\u00ee\3\2\2\2\u00f1\u0115\7)\2\2\u00f2\u00f8\7$\2"+ - "\2\u00f3\u00f4\7^\2\2\u00f4\u00f7\t\3\2\2\u00f5\u00f7\n\5\2\2\u00f6\u00f3"+ - "\3\2\2\2\u00f6\u00f5\3\2\2\2\u00f7\u00fa\3\2\2\2\u00f8\u00f6\3\2\2\2\u00f8"+ - "\u00f9\3\2\2\2\u00f9\u00fb\3\2\2\2\u00fa\u00f8\3\2\2\2\u00fb\u0115\7$"+ - "\2\2\u00fc\u00fd\7A\2\2\u00fd\u00fe\7$\2\2\u00fe\u0104\3\2\2\2\u00ff\u0100"+ - "\7^\2\2\u0100\u0103\7$\2\2\u0101\u0103\n\6\2\2\u0102\u00ff\3\2\2\2\u0102"+ - "\u0101\3\2\2\2\u0103\u0106\3\2\2\2\u0104\u0102\3\2\2\2\u0104\u0105\3\2"+ - "\2\2\u0105\u0107\3\2\2\2\u0106\u0104\3\2\2\2\u0107\u0115\7$\2\2\u0108"+ - "\u0109\7A\2\2\u0109\u010a\7)\2\2\u010a\u0110\3\2\2\2\u010b\u010c\7^\2"+ - "\2\u010c\u010f\7)\2\2\u010d\u010f\n\7\2\2\u010e\u010b\3\2\2\2\u010e\u010d"+ - "\3\2\2\2\u010f\u0112\3\2\2\2\u0110\u010e\3\2\2\2\u0110\u0111\3\2\2\2\u0111"+ - "\u0113\3\2\2\2\u0112\u0110\3\2\2\2\u0113\u0115\7)\2\2\u0114\u00e8\3\2"+ - "\2\2\u0114\u00f2\3\2\2\2\u0114\u00fc\3\2\2\2\u0114\u0108\3\2\2\2\u0115"+ - "N\3\2\2\2\u0116\u0118\5W,\2\u0117\u0116\3\2\2\2\u0118\u0119\3\2\2\2\u0119"+ - "\u0117\3\2\2\2\u0119\u011a\3\2\2\2\u011aP\3\2\2\2\u011b\u011d\5W,\2\u011c"+ - "\u011b\3\2\2\2\u011d\u011e\3\2\2\2\u011e\u011c\3\2\2\2\u011e\u011f\3\2"+ - "\2\2\u011f\u0120\3\2\2\2\u0120\u0124\5=\37\2\u0121\u0123\5W,\2\u0122\u0121"+ - "\3\2\2\2\u0123\u0126\3\2\2\2\u0124\u0122\3\2\2\2\u0124\u0125\3\2\2\2\u0125"+ - "\u0146\3\2\2\2\u0126\u0124\3\2\2\2\u0127\u0129\5=\37\2\u0128\u012a\5W"+ - ",\2\u0129\u0128\3\2\2\2\u012a\u012b\3\2\2\2\u012b\u0129\3\2\2\2\u012b"+ - "\u012c\3\2\2\2\u012c\u0146\3\2\2\2\u012d\u012f\5W,\2\u012e\u012d\3\2\2"+ - "\2\u012f\u0130\3\2\2\2\u0130\u012e\3\2\2\2\u0130\u0131\3\2\2\2\u0131\u0139"+ - "\3\2\2\2\u0132\u0136\5=\37\2\u0133\u0135\5W,\2\u0134\u0133\3\2\2\2\u0135"+ - "\u0138\3\2\2\2\u0136\u0134\3\2\2\2\u0136\u0137\3\2\2\2\u0137\u013a\3\2"+ - "\2\2\u0138\u0136\3\2\2\2\u0139\u0132\3\2\2\2\u0139\u013a\3\2\2\2\u013a"+ - "\u013b\3\2\2\2\u013b\u013c\5U+\2\u013c\u0146\3\2\2\2\u013d\u013f\5=\37"+ - "\2\u013e\u0140\5W,\2\u013f\u013e\3\2\2\2\u0140\u0141\3\2\2\2\u0141\u013f"+ - "\3\2\2\2\u0141\u0142\3\2\2\2\u0142\u0143\3\2\2\2\u0143\u0144\5U+\2\u0144"+ - "\u0146\3\2\2\2\u0145\u011c\3\2\2\2\u0145\u0127\3\2\2\2\u0145\u012e\3\2"+ - "\2\2\u0145\u013d\3\2\2\2\u0146R\3\2\2\2\u0147\u014a\5Y-\2\u0148\u014a"+ - "\t\b\2\2\u0149\u0147\3\2\2\2\u0149\u0148\3\2\2\2\u014a\u0150\3\2\2\2\u014b"+ - "\u014f\5Y-\2\u014c\u014f\5W,\2\u014d\u014f\7a\2\2\u014e\u014b\3\2\2\2"+ - "\u014e\u014c\3\2\2\2\u014e\u014d\3\2\2\2\u014f\u0152\3\2\2\2\u0150\u014e"+ - "\3\2\2\2\u0150\u0151\3\2\2\2\u0151T\3\2\2\2\u0152\u0150\3\2\2\2\u0153"+ - "\u0155\t\t\2\2\u0154\u0156\t\n\2\2\u0155\u0154\3\2\2\2\u0155\u0156\3\2"+ - "\2\2\u0156\u0158\3\2\2\2\u0157\u0159\5W,\2\u0158\u0157\3\2\2\2\u0159\u015a"+ - "\3\2\2\2\u015a\u0158\3\2\2\2\u015a\u015b\3\2\2\2\u015bV\3\2\2\2\u015c"+ - "\u015d\t\13\2\2\u015dX\3\2\2\2\u015e\u015f\t\f\2\2\u015fZ\3\2\2\2\u0160"+ - "\u0161\7\61\2\2\u0161\u0162\7\61\2\2\u0162\u0166\3\2\2\2\u0163\u0165\n"+ - "\r\2\2\u0164\u0163\3\2\2\2\u0165\u0168\3\2\2\2\u0166\u0164\3\2\2\2\u0166"+ - "\u0167\3\2\2\2\u0167\u016a\3\2\2\2\u0168\u0166\3\2\2\2\u0169\u016b\7\17"+ - "\2\2\u016a\u0169\3\2\2\2\u016a\u016b\3\2\2\2\u016b\u016d\3\2\2\2\u016c"+ - "\u016e\7\f\2\2\u016d\u016c\3\2\2\2\u016d\u016e\3\2\2\2\u016e\u016f\3\2"+ - "\2\2\u016f\u0170\b.\2\2\u0170\\\3\2\2\2\u0171\u0172\7\61\2\2\u0172\u0173"+ - "\7,\2\2\u0173\u0178\3\2\2\2\u0174\u0177\5]/\2\u0175\u0177\13\2\2\2\u0176"+ - "\u0174\3\2\2\2\u0176\u0175\3\2\2\2\u0177\u017a\3\2\2\2\u0178\u0179\3\2"+ - "\2\2\u0178\u0176\3\2\2\2\u0179\u017b\3\2\2\2\u017a\u0178\3\2\2\2\u017b"+ - "\u017c\7,\2\2\u017c\u017d\7\61\2\2\u017d\u017e\3\2\2\2\u017e\u017f\b/"+ - "\2\2\u017f^\3\2\2\2\u0180\u0182\t\16\2\2\u0181\u0180\3\2\2\2\u0182\u0183"+ - "\3\2\2\2\u0183\u0181\3\2\2\2\u0183\u0184\3\2\2\2\u0184\u0185\3\2\2\2\u0185"+ - "\u0186\b\60\2\2\u0186`\3\2\2\2!\2\u00e3\u00ec\u00ee\u00f6\u00f8\u0102"+ - "\u0104\u010e\u0110\u0114\u0119\u011e\u0124\u012b\u0130\u0136\u0139\u0141"+ - "\u0145\u0149\u014e\u0150\u0155\u015a\u0166\u016a\u016d\u0176\u0178\u0183"+ - "\3\2\3\2"; + "\2\2\u00dcH\3\2\2\2\u00dd\u00de\7~\2\2\u00deJ\3\2\2\2\u00df\u00e5\7b\2"+ + "\2\u00e0\u00e4\n\2\2\2\u00e1\u00e2\7b\2\2\u00e2\u00e4\7b\2\2\u00e3\u00e0"+ + "\3\2\2\2\u00e3\u00e1\3\2\2\2\u00e4\u00e7\3\2\2\2\u00e5\u00e3\3\2\2\2\u00e5"+ + "\u00e6\3\2\2\2\u00e6\u00e8\3\2\2\2\u00e7\u00e5\3\2\2\2\u00e8\u00e9\7b"+ + "\2\2\u00e9L\3\2\2\2\u00ea\u00f0\7)\2\2\u00eb\u00ec\7^\2\2\u00ec\u00ef"+ + "\t\3\2\2\u00ed\u00ef\n\4\2\2\u00ee\u00eb\3\2\2\2\u00ee\u00ed\3\2\2\2\u00ef"+ + "\u00f2\3\2\2\2\u00f0\u00ee\3\2\2\2\u00f0\u00f1\3\2\2\2\u00f1\u00f3\3\2"+ + "\2\2\u00f2\u00f0\3\2\2\2\u00f3\u0117\7)\2\2\u00f4\u00fa\7$\2\2\u00f5\u00f6"+ + "\7^\2\2\u00f6\u00f9\t\3\2\2\u00f7\u00f9\n\5\2\2\u00f8\u00f5\3\2\2\2\u00f8"+ + "\u00f7\3\2\2\2\u00f9\u00fc\3\2\2\2\u00fa\u00f8\3\2\2\2\u00fa\u00fb\3\2"+ + "\2\2\u00fb\u00fd\3\2\2\2\u00fc\u00fa\3\2\2\2\u00fd\u0117\7$\2\2\u00fe"+ + "\u00ff\7A\2\2\u00ff\u0100\7$\2\2\u0100\u0106\3\2\2\2\u0101\u0102\7^\2"+ + "\2\u0102\u0105\7$\2\2\u0103\u0105\n\6\2\2\u0104\u0101\3\2\2\2\u0104\u0103"+ + "\3\2\2\2\u0105\u0108\3\2\2\2\u0106\u0104\3\2\2\2\u0106\u0107\3\2\2\2\u0107"+ + "\u0109\3\2\2\2\u0108\u0106\3\2\2\2\u0109\u0117\7$\2\2\u010a\u010b\7A\2"+ + "\2\u010b\u010c\7)\2\2\u010c\u0112\3\2\2\2\u010d\u010e\7^\2\2\u010e\u0111"+ + "\7)\2\2\u010f\u0111\n\7\2\2\u0110\u010d\3\2\2\2\u0110\u010f\3\2\2\2\u0111"+ + "\u0114\3\2\2\2\u0112\u0110\3\2\2\2\u0112\u0113\3\2\2\2\u0113\u0115\3\2"+ + "\2\2\u0114\u0112\3\2\2\2\u0115\u0117\7)\2\2\u0116\u00ea\3\2\2\2\u0116"+ + "\u00f4\3\2\2\2\u0116\u00fe\3\2\2\2\u0116\u010a\3\2\2\2\u0117N\3\2\2\2"+ + "\u0118\u011a\5W,\2\u0119\u0118\3\2\2\2\u011a\u011b\3\2\2\2\u011b\u0119"+ + "\3\2\2\2\u011b\u011c\3\2\2\2\u011cP\3\2\2\2\u011d\u011f\5W,\2\u011e\u011d"+ + "\3\2\2\2\u011f\u0120\3\2\2\2\u0120\u011e\3\2\2\2\u0120\u0121\3\2\2\2\u0121"+ + "\u0122\3\2\2\2\u0122\u0126\5=\37\2\u0123\u0125\5W,\2\u0124\u0123\3\2\2"+ + "\2\u0125\u0128\3\2\2\2\u0126\u0124\3\2\2\2\u0126\u0127\3\2\2\2\u0127\u0148"+ + "\3\2\2\2\u0128\u0126\3\2\2\2\u0129\u012b\5=\37\2\u012a\u012c\5W,\2\u012b"+ + "\u012a\3\2\2\2\u012c\u012d\3\2\2\2\u012d\u012b\3\2\2\2\u012d\u012e\3\2"+ + "\2\2\u012e\u0148\3\2\2\2\u012f\u0131\5W,\2\u0130\u012f\3\2\2\2\u0131\u0132"+ + "\3\2\2\2\u0132\u0130\3\2\2\2\u0132\u0133\3\2\2\2\u0133\u013b\3\2\2\2\u0134"+ + "\u0138\5=\37\2\u0135\u0137\5W,\2\u0136\u0135\3\2\2\2\u0137\u013a\3\2\2"+ + "\2\u0138\u0136\3\2\2\2\u0138\u0139\3\2\2\2\u0139\u013c\3\2\2\2\u013a\u0138"+ + "\3\2\2\2\u013b\u0134\3\2\2\2\u013b\u013c\3\2\2\2\u013c\u013d\3\2\2\2\u013d"+ + "\u013e\5U+\2\u013e\u0148\3\2\2\2\u013f\u0141\5=\37\2\u0140\u0142\5W,\2"+ + "\u0141\u0140\3\2\2\2\u0142\u0143\3\2\2\2\u0143\u0141\3\2\2\2\u0143\u0144"+ + "\3\2\2\2\u0144\u0145\3\2\2\2\u0145\u0146\5U+\2\u0146\u0148\3\2\2\2\u0147"+ + "\u011e\3\2\2\2\u0147\u0129\3\2\2\2\u0147\u0130\3\2\2\2\u0147\u013f\3\2"+ + "\2\2\u0148R\3\2\2\2\u0149\u014c\5Y-\2\u014a\u014c\t\b\2\2\u014b\u0149"+ + "\3\2\2\2\u014b\u014a\3\2\2\2\u014c\u0152\3\2\2\2\u014d\u0151\5Y-\2\u014e"+ + "\u0151\5W,\2\u014f\u0151\7a\2\2\u0150\u014d\3\2\2\2\u0150\u014e\3\2\2"+ + "\2\u0150\u014f\3\2\2\2\u0151\u0154\3\2\2\2\u0152\u0150\3\2\2\2\u0152\u0153"+ + "\3\2\2\2\u0153T\3\2\2\2\u0154\u0152\3\2\2\2\u0155\u0157\t\t\2\2\u0156"+ + "\u0158\t\n\2\2\u0157\u0156\3\2\2\2\u0157\u0158\3\2\2\2\u0158\u015a\3\2"+ + "\2\2\u0159\u015b\5W,\2\u015a\u0159\3\2\2\2\u015b\u015c\3\2\2\2\u015c\u015a"+ + "\3\2\2\2\u015c\u015d\3\2\2\2\u015dV\3\2\2\2\u015e\u015f\t\13\2\2\u015f"+ + "X\3\2\2\2\u0160\u0161\t\f\2\2\u0161Z\3\2\2\2\u0162\u0163\7\61\2\2\u0163"+ + "\u0164\7\61\2\2\u0164\u0168\3\2\2\2\u0165\u0167\n\r\2\2\u0166\u0165\3"+ + "\2\2\2\u0167\u016a\3\2\2\2\u0168\u0166\3\2\2\2\u0168\u0169\3\2\2\2\u0169"+ + "\u016c\3\2\2\2\u016a\u0168\3\2\2\2\u016b\u016d\7\17\2\2\u016c\u016b\3"+ + "\2\2\2\u016c\u016d\3\2\2\2\u016d\u016f\3\2\2\2\u016e\u0170\7\f\2\2\u016f"+ + "\u016e\3\2\2\2\u016f\u0170\3\2\2\2\u0170\u0171\3\2\2\2\u0171\u0172\b."+ + "\2\2\u0172\\\3\2\2\2\u0173\u0174\7\61\2\2\u0174\u0175\7,\2\2\u0175\u017a"+ + "\3\2\2\2\u0176\u0179\5]/\2\u0177\u0179\13\2\2\2\u0178\u0176\3\2\2\2\u0178"+ + "\u0177\3\2\2\2\u0179\u017c\3\2\2\2\u017a\u017b\3\2\2\2\u017a\u0178\3\2"+ + "\2\2\u017b\u017d\3\2\2\2\u017c\u017a\3\2\2\2\u017d\u017e\7,\2\2\u017e"+ + "\u017f\7\61\2\2\u017f\u0180\3\2\2\2\u0180\u0181\b/\2\2\u0181^\3\2\2\2"+ + "\u0182\u0184\t\16\2\2\u0183\u0182\3\2\2\2\u0184\u0185\3\2\2\2\u0185\u0183"+ + "\3\2\2\2\u0185\u0186\3\2\2\2\u0186\u0187\3\2\2\2\u0187\u0188\b\60\2\2"+ + "\u0188`\3\2\2\2\"\2\u00e3\u00e5\u00ee\u00f0\u00f8\u00fa\u0104\u0106\u0110"+ + "\u0112\u0116\u011b\u0120\u0126\u012d\u0132\u0138\u013b\u0143\u0147\u014b"+ + "\u0150\u0152\u0157\u015c\u0168\u016c\u016f\u0178\u017a\u0185\3\2\3\2"; public static final ATN _ATN = new ATNDeserializer().deserialize(_serializedATN.toCharArray()); static { diff --git a/x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/parser/IdentifierBuilder.java b/x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/parser/IdentifierBuilder.java index 70a6ad3848a..46bbc74e446 100644 --- a/x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/parser/IdentifierBuilder.java +++ b/x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/parser/IdentifierBuilder.java @@ -27,6 +27,9 @@ abstract class IdentifierBuilder extends AbstractBuilder { } private static String unquoteIdentifier(String identifier) { - return identifier.replace("`", ""); + if (identifier.charAt(0) == '`') { + identifier = identifier.substring(1, identifier.length() - 1); + } + return identifier.replace("``", "`"); } } diff --git a/x-pack/plugin/eql/src/test/java/org/elasticsearch/xpack/eql/parser/ExpressionTests.java b/x-pack/plugin/eql/src/test/java/org/elasticsearch/xpack/eql/parser/ExpressionTests.java index ce610c6b3b2..5233daa57a8 100644 --- a/x-pack/plugin/eql/src/test/java/org/elasticsearch/xpack/eql/parser/ExpressionTests.java +++ b/x-pack/plugin/eql/src/test/java/org/elasticsearch/xpack/eql/parser/ExpressionTests.java @@ -37,6 +37,7 @@ import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.instanceOf; import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.nullValue; +import static org.hamcrest.Matchers.startsWith; public class ExpressionTests extends ESTestCase { @@ -124,7 +125,7 @@ public class ExpressionTests extends ESTestCase { assertEquals(expected, parsed); } - public void testBackQuotedAttribute() { + public void testBackQuotedIdentifier() { String quote = "`"; String qualifier = "table"; String name = "@timestamp"; @@ -136,6 +137,60 @@ public class ExpressionTests extends ESTestCase { assertThat(ua.qualifier(), is(nullValue())); } + public void testBackQuotedIdentifierWithEscapedBackQuote() { + String quote = "`"; + String qualifier = "``test``table``"; + String expectedQualifier = "`test`table`"; + String name = "@timestamp"; + Expression exp = expr(quote + qualifier + quote + "." + quote + name + quote); + assertThat(exp, instanceOf(UnresolvedAttribute.class)); + UnresolvedAttribute ua = (UnresolvedAttribute) exp; + assertThat(ua.name(), equalTo(expectedQualifier + "." + name)); + assertThat(ua.qualifiedName(), equalTo(expectedQualifier + "." + name)); + assertThat(ua.qualifier(), is(nullValue())); + + quote = "`"; + qualifier = "``test_table"; + expectedQualifier = "`test_table"; + name = "@timestamp"; + exp = expr(quote + qualifier + quote + "." + quote + name + quote); + assertThat(exp, instanceOf(UnresolvedAttribute.class)); + ua = (UnresolvedAttribute) exp; + assertThat(ua.name(), equalTo(expectedQualifier + "." + name)); + assertThat(ua.qualifiedName(), equalTo(expectedQualifier + "." + name)); + assertThat(ua.qualifier(), is(nullValue())); + } + + public void testBackQuotedIdentifierWithUnescapedBackQuotes() { + ParsingException e = expectThrows(ParsingException.class, "Expected syntax error", + () -> expr("`wrong_identifier == true")); + assertEquals("line 1:1: token recognition error at: '`wrong_identifier == true'", e.getMessage()); + + e = expectThrows(ParsingException.class, "Expected syntax error", + () -> expr("``wrong_identifier == true")); + assertThat(e.getMessage(), startsWith("line 1:3: mismatched input 'wrong_identifier' expecting {, ")); + + e = expectThrows(ParsingException.class, "Expected syntax error", + () -> expr("``wrong_identifier` == true")); + assertEquals("line 1:19: token recognition error at: '` == true'", e.getMessage()); + + e = expectThrows(ParsingException.class, "Expected syntax error", + () -> expr("`wrong`identifier` == true")); + assertEquals("line 1:18: token recognition error at: '` == true'", e.getMessage()); + + e = expectThrows(ParsingException.class, "Expected syntax error", + () -> expr("wrong_identifier` == true")); + assertEquals("line 1:17: token recognition error at: '` == true'", e.getMessage()); + + e = expectThrows(ParsingException.class, "Expected syntax error", + () -> expr("wrong_identifier`` == true")); + assertThat(e.getMessage(), startsWith("line 1:17: mismatched input '``' expecting {,")); + + e = expectThrows(ParsingException.class, "Expected syntax error", + () -> expr("`wrong_identifier`` == true")); + assertEquals("line 1:19: token recognition error at: '` == true'", e.getMessage()); + } + public void testFunctions() { List arguments = Arrays.asList( new UnresolvedAttribute(null, "some.field"),