Command line flagseditCommand line flags using single dash notation must be now specified as the first arguments. For example if previously using:단일 dash(-)를 사용하는 command line flag는 이제 첫 번째 인수로 지정해야 한다. 예를 들어, 이전 버전에서 아래와 같이 사용했다면,./elasticsearch --node.name=test_node -Des.path.conf=/opt/elasticsearch/conf/test_nodeThis will now need to be changed to:이제는 다음과 같이 변경해야 한다../elasticsearch -Des.path...