Skip to content

Remove macros from eventtypes. #39

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

Closed
wants to merge 1 commit into from
Closed

Remove macros from eventtypes. #39

wants to merge 1 commit into from

Conversation

larrys
Copy link
Contributor

@larrys larrys commented Apr 11, 2022

Macros are not pushed down to the indexers. This causes issues when searches use eventypes with macros inside them. All the dashboards already specify the macro, so why duplicate it in the eventtype? This will help fix app installs in Splunk Cloud where we don't have access to easily push the macros down to the indexers.

Macros are not pushed down to the indexers. This causes issues when searches use eventypes with macros inside them. All the dashboards already specify the macro, so why duplicate it in the eventtype?
@derkkila-splunk
Copy link
Collaborator

My main issue with removing the macros is the added compute pressure without including the indexes. We could either add the indexes to the eventtypes OR specify that the app also needs to be installed on the indexers.

@larrys
Copy link
Contributor Author

larrys commented Apr 19, 2022

My main issue with removing the macros is the added compute pressure without including the indexes. We could either add the indexes to the eventtypes OR specify that the app also needs to be installed on the indexers.

As long as the self service install works, without having to create a support ticket is ideal.

@derkkila-splunk
Copy link
Collaborator

That is a good call out. Let me talk with the Cloud team and see how that functions with Self Service.

@NeilJed
Copy link

NeilJed commented Jul 6, 2022

Just adding a comment as this issue is making the app pretty much un-suable for us. Github Clould -> Splunk Cloud none of the dashboards are working because the eventtype field is missing.

@derkkila-splunk
Copy link
Collaborator

Ok, so the issue isn't with the eventtypes but instead the macros that power them not being replicated to the indexers. I am testing a fix for this right now. I'll close this PR as we have a solution to maintain both the eventtypes and solve the issues reported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants