mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 05:44:59 +00:00
allow for a -
in a node name
This commit is contained in:
parent
cd596772ee
commit
03fbc91816
@ -34,7 +34,7 @@
|
||||
(\d+ \s+)? #no value from client nodes
|
||||
[-\w.]+ \s+
|
||||
\d+(\.\d+){3} \s+
|
||||
\w.*
|
||||
[-\w]+
|
||||
\n
|
||||
)+
|
||||
$/
|
||||
@ -61,7 +61,7 @@
|
||||
(\d+ \s+) #always should return value since we filter out non data nodes by default
|
||||
[-\w.]+ \s+
|
||||
\d+(\.\d+){3} \s+
|
||||
\w.*
|
||||
[-\w]+
|
||||
\n
|
||||
)+
|
||||
(
|
||||
@ -90,7 +90,7 @@
|
||||
(\d+ \s+)? #no value from client nodes
|
||||
[-\w.]+ \s+
|
||||
\d+(\.\d+){3} \s+
|
||||
\w.*
|
||||
[-\w]+
|
||||
\n
|
||||
)
|
||||
$/
|
||||
@ -124,7 +124,7 @@
|
||||
(\d+ \s+)? #no value from client nodes
|
||||
[-\w.]+ \s+
|
||||
\d+(\.\d+){3} \s+
|
||||
\w.*
|
||||
[-\w]+
|
||||
\n
|
||||
)+
|
||||
(
|
||||
@ -164,7 +164,7 @@
|
||||
(\d+ \s+) #always should return value since we filter out non data nodes by default
|
||||
[-\w.]+ \s+
|
||||
\d+(\.\d+){3} \s+
|
||||
[-\w.]+
|
||||
[-\w]+
|
||||
\n
|
||||
)+
|
||||
$/
|
||||
@ -181,7 +181,7 @@
|
||||
$body: |
|
||||
/^
|
||||
( \d* \s+
|
||||
\w.*
|
||||
[-\w]+
|
||||
\n
|
||||
)+
|
||||
$/
|
||||
@ -199,7 +199,7 @@
|
||||
\n
|
||||
(
|
||||
\s+\d* \s+
|
||||
\w.*
|
||||
[-\w]+
|
||||
\n
|
||||
)+
|
||||
$/
|
||||
@ -224,7 +224,7 @@
|
||||
(\d+ \s+) #always should return value since we filter out non data nodes by default
|
||||
[-\w.]+ \s+
|
||||
\d+(\.\d+){3} \s+
|
||||
\w.*
|
||||
[-\w]+
|
||||
\n
|
||||
)+
|
||||
$/
|
||||
|
Loading…
x
Reference in New Issue
Block a user