diff --git a/config/elasticsearch.yml b/config/elasticsearch.yml deleted file mode 100644 index 91eaefe..0000000 --- a/config/elasticsearch.yml +++ /dev/null @@ -1,8 +0,0 @@ -index: - analysis: - analyzer: - ik: - alias: [news_analyzer_ik,ik_analyzer] - type: org.elasticsearch.index.analysis.IkAnalyzerProvider - -index.analysis.analyzer.default.type : "ik" \ No newline at end of file diff --git a/config/logging.yml b/config/logging.yml deleted file mode 100644 index 5f8c973..0000000 --- a/config/logging.yml +++ /dev/null @@ -1,44 +0,0 @@ -rootLogger: INFO, console, file -logger: - # log action execution errors for easier debugging - action: DEBUG - # reduce the logging for aws, too much is logged under the default INFO - com.amazonaws: WARN - - # gateway - #gateway: DEBUG - #index.gateway: DEBUG - - # peer shard recovery - #indices.recovery: DEBUG - - # discovery - #discovery: TRACE - - index.search.slowlog: TRACE, index_search_slow_log_file - -additivity: - index.search.slowlog: false - -appender: - console: - type: console - layout: - type: consolePattern - conversionPattern: "[%d{ISO8601}][%-5p][%-25c] %m%n" - - file: - type: dailyRollingFile - file: ${path.logs}/${cluster.name}.log - datePattern: "'.'yyyy-MM-dd" - layout: - type: pattern - conversionPattern: "[%d{ISO8601}][%-5p][%-25c] %m%n" - - index_search_slow_log_file: - type: dailyRollingFile - file: ${path.logs}/${cluster.name}_index_search_slowlog.log - datePattern: "'.'yyyy-MM-dd" - layout: - type: pattern - conversionPattern: "[%d{ISO8601}][%-5p][%-25c] %m%n"