TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    SonarQube

    Score8.7 out of 10
    N/ASonarQube is an automated code review solution, serving as the verification layer for code quality and SDLC security. SonarQube is used to ensure that code is secure, reliable, and maintainable. It is available through SaaS or self-managed deployment.

    $34

    per month Recommended for teams <50 developers

    Splunk Enterprise

    Score8.6 out of 10
    N/ASplunk is software for searching, monitoring, and analyzing machine-generated big data, via a web-style interface. It captures, indexes and correlates real-time data in a searchable repository from which it can generate graphs, reports, alerts, dashboards and visualizations.N/A
    Pricing
    SonarQubeSplunk Enterprise
    Editions & Modules
    SonarQube Community Build
    $0
    (open source)
    Self-managed: Developer
    Starting at $720 annually
    per year per installation
    Self-managed: Enterprise
    Contact sales for pricing
    per year per installation
    Cloud-based: Enterprise
    Contact sales for pricing
    per year per installation
    Cloud-based: Teams
    Starting at $34 per month
    per month per installation
    Self-managed: Data Center
    Contact sales for pricing
    per year per installation
    No answers on this topic
    Offerings
    Pricing Offerings
    SonarQubeSplunk Enterprise
    Free Trial
    YesYes
    Free/Freemium Version
    YesYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    SonarQubeSplunk Enterprise
    Considered Both Products
    SonarSource Sarl
    No answer on this topic
    Cisco
    No answer on this topic
    Key User Insights
    Would buy again
    100%
    Would buy again
    32 Answers
    97%
    Would buy again
    59 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    29 Answers
    94%
    Delivers good value for the price
    49 Answers
    Happy with the feature set
    100%
    Happy with the feature set
    32 Answers
    97%
    Happy with the feature set
    59 Answers
    Lived up to sales and marketing promises
    95%
    Lived up to sales and marketing promises
    18 Answers
    93%
    Lived up to sales and marketing promises
    43 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    27 Answers
    96%
    Implementation went as expected
    50 Answers
    Features
    SonarQubeSplunk Enterprise
    Security Information and Event Management (SIEM)
    Comparison of Security Information and Event Management (SIEM) features of SonarQube and Splunk Enterprise
    Feature
    SonarQube
    -
    Ratings
    Splunk Enterprise
    8.2
    91 Ratings
    3% above category average
    Centralized event and log data collection00 Ratings9.085 Ratings
    Correlation00 Ratings8.487 Ratings
    Event and log normalization/management00 Ratings8.488 Ratings
    Deployment flexibility00 Ratings8.081 Ratings
    Integration with Identity and Access Management Tools00 Ratings8.282 Ratings
    Custom dashboards and workspaces00 Ratings8.887 Ratings
    Host and network-based intrusion detection00 Ratings7.865 Ratings
    Data integration/API management00 Ratings8.334 Ratings
    Behavioral analytics and baselining00 Ratings7.732 Ratings
    Rules-based and algorithmic detection thresholds00 Ratings7.933 Ratings
    Response orchestration and automation00 Ratings7.529 Ratings
    Reporting and compliance management00 Ratings8.634 Ratings
    Incident indexing/searching00 Ratings8.737 Ratings
    Best Alternatives
    SonarQubeSplunk Enterprise
    Small Businesses
    No answers on this topic
    No answers on this topic
    Medium-sized Companies
    No answers on this topic
    IBM Security QRadar SIEM
    Score8.9 out of 10
    Enterprises
    No answers on this topic
    SolarWinds Security Event Manager (SEM)
    Score8 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    SonarQubeSplunk Enterprise
    Likelihood to Recommend
    8.9
    (35 ratings)
    8.7
    (112 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    8.5
    (25 ratings)
    Usability
    9.1
    (2 ratings)
    8.5
    (45 ratings)
    Availability
    -
    (0 ratings)
    10.0
    (1 ratings)
    Support Rating
    9.0
    (1 ratings)
    8.0
    (19 ratings)
    Online Training
    -
    (0 ratings)
    8.0
    (1 ratings)
    Implementation Rating
    -
    (0 ratings)
    7.0
    (3 ratings)
    Product Scalability
    -
    (0 ratings)
    9.1
    (1 ratings)
    User Testimonials
    SonarQubeSplunk Enterprise
    Likelihood to Recommend
    SonarSource Sarl
    SonarQube is excellent if you start using it at the beginning when developing a new system, in this situation you will be able to fix things before they become spread and expensive to correct. It’s a bit less suitable to use on existing code with bad design as it’s usually too expensive to fix everything and only allows you to ensure the situation doesn’t get worse.
    Incentivized
    Read full review
    Cisco
    I'm liking the newer products, and I'm looking forward to how they integrate with the overall product when they come together. Just log in and be able to query a large number of systems for similar issues or a unique one. That is a great fit for Splunk Enterprise, looking for a simple case or a simple String or something of that nature across multiple machines. It's a great fit for that to identify issues or particular software, whatever your scenario is, String, to find it across any particular server or group of servers, so that you can update or do a deployment or whatever it is you're looking to do.
    Incentivized
    Read full review
    Pros
    SonarSource Sarl
    • Detecting bugs and vulnerabilities: SonarQube can identify a wide range of bugs and vulnerabilities in code, such as null pointer exceptions, SQL injection, and cross-site scripting (XSS) attacks. It uses static analysis to analyze the code and identify potential issues, and it can also integrate with dynamic analysis tools to provide even more detailed analysis.
    • Measuring code quality: SonarQube can measure a wide range of code quality metrics, such as cyclomatic complexity, duplicated code, and code coverage. This can help teams understand the quality of their code and identify areas that need improvement.
    • Providing actionable insights: SonarQube provides detailed information about issues in the code, including the file and line number where the issue occurs and the severity of the issue. This makes it easy for developers to understand and address issues in the code.
    • Integrating with other tools: SonarQube can be integrated with a wide range of development tools and programming languages, such as Git, Maven, and Java. This allows teams to use SonarQube in their existing development workflow and take advantage of its powerful code analysis capabilities.
    • Managing technical debt: SonarQube provides metrics and insights on the technical debt on the codebase, enabling teams to better prioritize issues to improve the quality of the code.
    • Compliance with coding standards: SonarQube can check the code against industry standards like OWASP, CWE and more, making sure the code is compliant with security and coding standards.
    Incentivized
    Read full review
    Cisco
    • It is very useful in creating custom rules for analyzing system logs and display relevant information. The query language is very easy to learn.
    • We can create custom UI to visualize the output of our data. The interface is very flexible. It also allows the sharing of rules among users.
    • There is an open online community to help others. Stackoverflow also has a splunk community. These resources make it more convenient to learn.
    Incentivized
    Read full review
    Cons
    SonarSource Sarl
    • Importing a new custom quality profile on SonarQube is a bit tricky, it can be made easier
    • Every second time when we want to rerun the server, we have to restart the whole system, otherwise, the server stops and closes automatically
    • When we generate a new report a second time and try to access the report, it shows details of the old report only and takes a lot of time to get updated with the details of the new and fresh report generated
    Incentivized
    Read full review
    Cisco
    • Splunk light limits number of users to 5. Wish there was a flexible license, where one could add more users.
    • Splunk light does not let you add > few realtime alerts. Wish there was a flexible license, where one could add as many realtime alerts as wanted.
    • Better insight into daily ingestion values
    Incentivized
    Read full review
    Likelihood to Renew
    SonarSource Sarl
    No answers on this topic
    Cisco
    We are using Splunk extensively in our projects and we have recently upgraded to Splunk version 6.0 which is quite efficient and giving expected results. We keep track of updates and new features Splunk introduces periodically and try to introduce those features in our day to day activities for improvement in our reporting system and other tasks.
    Read full review
    Usability
    SonarSource Sarl
    It can improve in some user experience and usability parts, like the code view and the way we assign issues it's a bit hidden and not highlighted
    Incentivized
    Read full review
    Cisco
    You can literally throw in a single word into Splunk and it will pull back all instances of that word across all of your logs for the time span you select (provided you have permission to see that data). We have several users who have taken a few of the free courses from Splunk that are able to pull data out of it everyday with little help at all.
    Incentivized
    Read full review
    Reliability and Availability
    SonarSource Sarl
    No answers on this topic
    Cisco
    When properly setup and configured, Splunk is extremely reliable.
    Incentivized
    Read full review
    Support Rating
    SonarSource Sarl
    We we easily able to integrate the SonarQube steps into our TFS process via the Microsoft Marektplace, we didn't have the need to call SonarQube support. We've used their online documentation and community forum if we ran into any issues.
    Incentivized
    Read full review
    Cisco
    Splunk maintains a well resourced support system that has been consistent since we purchased the product. They help out in a timely manner and provide expert level information as needed. We typically open cases online and communicate when possible via e-mail and are able to resolve most issues with that method.
    Incentivized
    Read full review
    Online Training
    SonarSource Sarl
    No answers on this topic
    Cisco
    The online course was simple clear and described the main capabilities of the solution. There is also an initial module that can be done for free so anyone can familiarize themselves with the functionality of this solution. On the other hand, however, there could be more free online courses. Maybe even with a certificate, this would broaden the group of people who are familiar with the platform while increasing familiarity with the solution itself.
    Read full review
    Implementation Rating
    SonarSource Sarl
    No answers on this topic
    Cisco
    Smooth without too many major issues.
    Incentivized
    Read full review
    Alternatives Considered
    SonarSource Sarl
    SonarQube is an open-source. It's a scalable product. The costs for this application, for the kind of job it does, are pretty descent. Pipeline scan is more secured in SonarQube. Its a very good tool and its support multiple languages. Its main core competency is of static code analysis and that is why SonarQube exists and it does it exceedingly well. The quality of scan on code convention, best practices, coding standards, unit test coverage etc makes them one of the best competent tool in the market
    Incentivized
    Read full review
    Cisco
    A lot of products have natively inside their own dashboards and or their own logging repositories. And each one is difficult to learn or they're too complex or they're not verbose in the sense that they're not easy to mine the data that you're looking for. So that could be anything from the native logging that you find in other Cisco products. It's easier to use Splunk to draw the data that you're looking for as opposed to going to the individual's products themselves to get the logs that you're looking for.
    Incentivized
    Read full review
    Scalability
    SonarSource Sarl
    No answers on this topic
    Cisco
    Splunk can scale in to the petabyte per day range which of course is awesome
    Read full review
    Return on Investment
    SonarSource Sarl
    • Positive ROI from the standpoint of flagging several issues that would have otherwise likely been unaddressed and caused more time to be spent closer to launch
    • Slightly positive ROI from time-saving perspective (it's an automated check which is nice, but depending on the issues it finds, can take developers time to investigate and resolve)
    Read full review
    Cisco
    • Splunk has allowed developers to diagnose production issues when access of control was taken away from them to be allowed to view items in production environments and I believe that is invaluable.
    • At times some developers weren't super happy about using it, but it was more of the fact that they were used to having production access and not creating their splunk queries to get information.
    • Going one place to view logs was very beneficial to have.
    Incentivized
    Read full review
    ScreenShots

    SonarQube Screenshots

    Screenshot of Projects.Screenshot of Static Application Security Testing.Screenshot of Software Composition Analysis.