소스 검색

[indexer] Remove log type

Need better support from morphlines first.
Abraham Elmahrek 12 년 전
부모
커밋
4ae194a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/libs/indexer/static/js/collections.js

+ 1 - 1
desktop/libs/indexer/static/js/collections.js

@@ -7,7 +7,7 @@ var SOURCES = [
 ];
 
 var SOURCE_TYPES = [
-  'log',
+  // 'log',
   'separated',
   // 'morphlines'
 ];