Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
moberacker committed Jul 27, 2017
1 parent 36691f5 commit 4a53948
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ batchNumItems or batchWaitInSec (described further down).
2. Auto detection/convertion of numeric, boolean, and dateTime string values to the Azure Log Analytics type _d, _b and _t.
3. Field values greater than 32 KB will be truncated (the value could be configured with maxFieldByteLength).
4. Field names greater than 500 chars will be truncated (the value could be configured with maxFieldNameLength).
5. Configurable core field names
5. Configurable core field names (the value could be configured with coreFieldNames)
6. Configurable background worker thread priority (the value could be configured with threadPriority)


## General Configuration
Expand Down

0 comments on commit 4a53948

Please sign in to comment.