I setup G Suite app and TA in single Splunk server (7.0.0) to collect google drive access log among of all team usage.
I setup step by step like below
Install App and TA
Setup Client ID and Client Secret
Setup Authorized step1 and step2
Create a new input (check only Activity - Drive)
Error messages was appeared
What is the meaning of ga.py error?
When I type below command with CLI, then no response after a minute and type Ctrl+C, error message was appeared.
[root@ip-172-31-16-21 bin]# /opt/splunk/bin/splunk cmd python ga.py
^CTraceback (most recent call last):
File "ga.py", line 246, in <module>
run()
File "ga.py", line 74, in run
MI.start()
File "/opt/splunk/etc/apps/GSuiteForSplunk/bin/ModularInput.py", line 468, in start
self.run()
File "/opt/splunk/etc/apps/GSuiteForSplunk/bin/ModularInput.py", line 477, in run
self._config = self._get_config()
File "/opt/splunk/etc/apps/GSuiteForSplunk/bin/ModularInput.py", line 387, in _get_config
config_str = sys.stdin.read()
KeyboardInterrupt
Does anyone know how to solve this type of error?
... View more