- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Integrate Splunk SDK for JavaScript With a Vue.js Project
Hi everyone,
I recently started a project in JavaScript with Vue.js framework. It's a simple setup with three components and a router. I'm trying to use the Splunk JavaScript SDK with the Vue.js project, but it's not working. It worked from a simple HTML where the JavaScript was directly embedding, but the Vue.js framework doesn't allow me to do to so. I managed to install the SDK in the project as a dependency and it's visible in the node_modules list, but when I try to include it in a component, everything breaks. Can someone share some good practise for using the SDK with Vue.js or a similar framework? Thanks.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@krunoslav if your intent is to play around with Vue.js or ReactUI framework, you should be trying your hands on the new dashboard framework (Most of it is Cloud native though). Only Splunk Dashboard Beta is available with Enterprise but does not allow extensions.)
https://www.splunk.com/en_us/blog/tips-and-tricks/reintroducing-splunk-dashboards.html
| makeresults | eval message= "Happy Splunking!!!"
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@niketnilay Thanks for suggestion, I will look at it, but it's beta and I need something stable. Moreover, I don't think it will help a lot here. So, I'm afraid I still need help with integration of external libraries from Splunk in a Vue project.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Like I said for Cloud Native application you can check out Splunk Cloud Services.
Dashboard Beta will anyways not support extensions!
| makeresults | eval message= "Happy Splunking!!!"
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, but at the moment data has to stay at the client's premises.
