Bug 1395754

Summary: Docker custom log driver switch doesn't work in OpenShift 3.3.1.3
Product: OpenShift Container Platform Reporter: Vladislav Walek <vwalek>
Component: ContainersAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED WORKSFORME QA Contact: Xia Zhao <xiazhao>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.3.1CC: aos-bugs, erich, jcantril, jhonce, jokerman, mmccomas, rmeggins
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-03-06 16:49:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Vladislav Walek 2016-11-16 15:23:25 UTC
Description of problem:

Customer configured splunk as a logging driver in docker:

OPTIONS=' --selinux-enabled --insecure-registry=172.30.0.0/16 --log-driver=splunk --log-opt splunk-url=http://splunk_url:8088 --log-opt splunk-token=splunk_toke --log-opt tag="{{.Name}};{{.ImageName}}" --log-opt splunk-index=docker

When he switched back to journald and then back to the splunk, then the splunk is not working.
Also customer asked if they are locally saved before send to splunk.

Also the logs from docker are not visible from default project, but from different namespace it is.  

Version-Release number of selected component (if applicable):

OpenShift Container Platform 3.3.1.3

How reproducible:

not reproducible


Expected results:

switching through different drivers should work

Additional info:

switch to journald and back to is not working