TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Amazon Redshift

    Score8.9 out of 10
    N/AAmazon Redshift is a hosted data warehouse solution, from Amazon Web Services.

    $0.24

    per GB per month

    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
    Amazon RedshiftSplunk Enterprise
    Editions & Modules
    Redshift Managed Storage
    $0.24
    per GB per month
    Current Generation
    $0.25 - $13.04
    per hour
    Previous Generation
    $0.25 - $4.08
    per hour
    Redshift Spectrum
    $5.00
    per terabyte of data scanned
    No answers on this topic
    Offerings
    Pricing Offerings
    Amazon RedshiftSplunk Enterprise
    Free Trial
    NoYes
    Free/Freemium Version
    NoYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Amazon RedshiftSplunk Enterprise
    Considered Both Products
    Amazon AWS
    No answer on this topic
    Cisco
    No answer on this topic
    Key User Insights
    Would buy again
    78%
    Would buy again
    14 Answers
    97%
    Would buy again
    59 Answers
    Delivers good value for the price
    82%
    Delivers good value for the price
    14 Answers
    94%
    Delivers good value for the price
    49 Answers
    Happy with the feature set
    78%
    Happy with the feature set
    14 Answers
    97%
    Happy with the feature set
    59 Answers
    Lived up to sales and marketing promises
    93%
    Lived up to sales and marketing promises
    14 Answers
    93%
    Lived up to sales and marketing promises
    43 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    16 Answers
    96%
    Implementation went as expected
    50 Answers
    Features
    Amazon RedshiftSplunk Enterprise
    Security Information and Event Management (SIEM)
    Comparison of Security Information and Event Management (SIEM) features of Amazon Redshift and Splunk Enterprise
    Feature
    Amazon Redshift
    -
    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
    Amazon RedshiftSplunk Enterprise
    Small Businesses
    No answers on this topic
    No answers on this topic
    Medium-sized Companies
    Snowflake
    Score8.7 out of 10
    IBM Security QRadar SIEM
    Score8.9 out of 10
    Enterprises
    Snowflake
    Score8.7 out of 10
    SolarWinds Security Event Manager (SEM)
    Score8 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Amazon RedshiftSplunk Enterprise
    Likelihood to Recommend
    9.0
    (38 ratings)
    8.7
    (112 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    8.5
    (25 ratings)
    Usability
    9.0
    (10 ratings)
    8.5
    (45 ratings)
    Availability
    -
    (0 ratings)
    10.0
    (1 ratings)
    Support Rating
    9.0
    (7 ratings)
    8.0
    (19 ratings)
    Online Training
    -
    (0 ratings)
    8.0
    (1 ratings)
    Implementation Rating
    -
    (0 ratings)
    7.0
    (3 ratings)
    Contract Terms and Pricing Model
    10.0
    (1 ratings)
    -
    (0 ratings)
    Product Scalability
    -
    (0 ratings)
    9.1
    (1 ratings)
    User Testimonials
    Amazon RedshiftSplunk Enterprise
    Likelihood to Recommend
    Amazon AWS
    If the number of connections is expected to be low, but the amounts of data are large or projected to grow it is a good solutions especially if there is previous exposure to PostgreSQL. Speaking of Postgres, Redshift is based on several versions old releases of PostgreSQL so the developers would not be able to take advantage of some of the newer SQL language features. The queries need some fine-tuning still, indexing is not provided, but playing with sorting keys becomes necessary. Lastly, there is no notion of the Primary Key in Redshift so the business must be prepared to explain why duplication occurred (must be vigilant for)
    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
    Amazon AWS
    • [Amazon] Redshift has Distribution Keys. If you correctly define them on your tables, it improves Query performance. For instance, we can define Mapping/Meta-data tables with Distribution-All Key, so that it gets replicated across all the nodes, for fast joins and fast query results.
    • [Amazon] Redshift has Sort Keys. If you correctly define them on your tables along with above Distribution Keys, it further improves your Query performance. It also has Composite Sort Keys and Interleaved Sort Keys, to support various use cases
    • [Amazon] Redshift is forked out of PostgreSQL DB, and then AWS added "MPP" (Massively Parallel Processing) and "Column Oriented" concepts to it, to make it a powerful data store.
    • [Amazon] Redshift has "Analyze" operation that could be performed on tables, which will update the stats of the table in leader node. This is sort of a ledger about which data is stored in which node and which partition with in a node. Up to date stats improves Query performance.
    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
    Amazon AWS
    • We've experienced some problems with hanging queries on Redshift Spectrum/external tables. We've had to roll back to and old version of Redshift while we wait for AWS to provide a patch.
    • Redshift's dialect is most similar to that of PostgreSQL 8. It lacks many modern features and data types.
    • Constraints are not enforced. We must rely on other means to verify the integrity of transformed tables.
    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
    Amazon AWS
    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
    Amazon AWS
    Just very happy with the product, it fits our needs perfectly. Amazon pioneered the cloud and we have had a positive experience using RedShift. Really cool to be able to see your data housed and to be able to query and perform administrative tasks with ease.
    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
    Amazon AWS
    No answers on this topic
    Cisco
    When properly setup and configured, Splunk is extremely reliable.
    Incentivized
    Read full review
    Support Rating
    Amazon AWS
    The support was great and helped us in a timely fashion. We did use a lot of online forums as well, but the official documentation was an ongoing one, and it did take more time for us to look through it. We would have probably chosen a competitor product had it not been for the great support
    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
    Amazon AWS
    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
    Amazon AWS
    No answers on this topic
    Cisco
    Smooth without too many major issues.
    Incentivized
    Read full review
    Alternatives Considered
    Amazon AWS
    Than Vertica: Redshift is cheaper and AWS integrated (which was a plus because the whole company was on AWS).
    Than BigQuery: Redshift has a standard SQL interface, though recently I heard good things about BigQuery and would try it out again.
    Than Hive: Hive is great if you are in the PB+ range, but latencies tend to be much slower than Redshift and it is not suited for ad-hoc applications.
    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
    Contract Terms and Pricing Model
    Amazon AWS
    Redshift is relatively cheaper tool but since the pricing is dynamic, there is always a risk of exceeding the cost. Since most of our team is using it as self serve and there is no continuous tracking by a dedicated team, it really needs time & effort on analyst's side to know how much it is going to cost.
    Incentivized
    Read full review
    Cisco
    No answers on this topic
    Scalability
    Amazon AWS
    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
    Amazon AWS
    • Our company is moving to the AWS infrastructure, and in this context moving the warehouse environments to Redshift sounds logical regardless of the cost.
    • Development organizations have to operate in the Dev/Ops mode where they build and support their apps at the same time.
    • Hard to estimate the overall ROI of moving to Redshift from my position. However, running Redshift seems to be inexpensive compared to all the licensing and hardware costs we had on our RDBMS platform before Redshift.
    Incentivized
    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