Skip to content
#

tableau

Here are 541 public repositories matching this topic...

jnegara
jnegara commented May 30, 2019

In tabpy-server/tabpy_server/handlers/management_handler.py , TabPy's state file path is validated using regex.

For example:

            src_path = (request_data['src_path'] if 'src_path' in request_data
                        else None)
            target_path = get_query_object_path(
                self.settings[SettingsParameters.StateFilePath], name, version)
            self.
mayurah
mayurah commented Oct 11, 2019

From @actionpotato

This is looking really good so far. Still having our users test it.
One caveat (not really an issue) is that I found that I needed to rename fields to have the WDC accept them.

Here is the test search I was using:

index=_audit action=/proxy/https/web.archive.org/web/20191121174236/https:/github.com/topics/search search=* user=* NOT user=splunk-system-user  earliest=-1h 
| rex field=search "index\s*=\s*\"*(?<indexname>[^\s\"]+)"  
| s
Loading…
You can’t perform that action at this time.