Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Auto translation of Splunk Field (with Special Char) to Tableau supported Field #19

Open
mayurah opened this issue Oct 11, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mayurah
Copy link
Collaborator

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=search search=* user=* NOT user=splunk-system-user  earliest=-1h 
| rex field=search "index\s*=\s*\"*(?<indexname>[^\s\"]+)"  
| search indexname="*" 
| stats count by indexname user 
| rename count as searches
| stats list(indexname) by user searches

Because "stats list(indexname)" returns with brackets, I needed to modify the search as follows:

| rename list(indexname) as indexname

Not something I would consider an issue, but something for people who are migrating current searches to be aware of.

@mayurah mayurah added enhancement New feature or request good first issue Good for newcomers labels Oct 11, 2019
@mayurah
Copy link
Collaborator Author

mayurah commented Oct 11, 2019

Duplicate #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant