From f64107fc307071536b185e40ecf2c2d2c18837ff Mon Sep 17 00:00:00 2001 From: Brandon Farmer Date: Wed, 11 Jul 2018 15:53:38 -0700 Subject: [PATCH] Use proper application header value --- ui/src/logs/reducers/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/logs/reducers/index.ts b/ui/src/logs/reducers/index.ts index 56004b2e5..ec9f0ffcb 100644 --- a/ui/src/logs/reducers/index.ts +++ b/ui/src/logs/reducers/index.ts @@ -23,7 +23,7 @@ const defaultTableData: TableData = { 'timestamp', 'facility', 'procid', - 'application', + 'appname', 'host', 'message', ],