mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 09:46:03 -04:00
Remove event_api.tags.illegal for v9 (#16461)
This commit removed `--event_api.tags.illegal` option Fix: #16356
This commit is contained in:
parent
3f2a659289
commit
cb3b7c01dc
9 changed files with 23 additions and 144 deletions
|
@ -16,12 +16,12 @@ package main
|
|||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"gopkg.in/yaml.v2"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"os"
|
||||
"strings"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
var validSettings = []string{
|
||||
|
@ -49,7 +49,6 @@ var validSettings = []string{
|
|||
"config.debug",
|
||||
"config.support_escapes",
|
||||
"config.field_reference.escape_style",
|
||||
"event_api.tags.illegal",
|
||||
"queue.type",
|
||||
"path.queue",
|
||||
"queue.page_capacity",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue