Skip navigationLog in to follow, share, and participate in this community. Boto v2.39.0 with Python 2.7 Example S3 access requires that you convert your username/password to the namespace to base64 and md5sum respectively. Access Key: base64 of the tenant name or username that can a... HCP S3 Code Example using Boto and Python
Appears in 1 other place
BackHCP S3 : The AWS access Keyid you provided doesn't exist . Using AWS S3 client to access HCP namespace. I can access the namespace using a local account without any issues ,however when i use an AD account i g... HCP S3 : The AWS access Keyid you provided doesn't exist .
BackIntroduction
Logstash Configuration
Input Section
Filter Section
Output Section
Elasticsearch Indexes and Managing Indexes w/ Kibana
Visualizing Elasticsearch Data w/ Kibana
Monitoring HCP ... Performance Monitoring w/ ELK - Part II: Monitoring HCP Access Logs
Appears in 1 other place
BackATR works like a charm since long time. But, it needs a lot of time. What, if an HUS150 will be placed behind an G400 and let the storage to do Storage Migration ? Instead of up to 9 month and more just a few days ... ATR versus Storage External Storage
BackIn this blog, I’ll explore the challenges our customers are facing with storing data long term in Hadoop, and discuss what the Hitachi Content team is doing to help our customers solve these challenges. The Big ... A Better Big Data Ecosystem with Hadoop and Hitachi Content Platform (Part1)
Appears in 1 other place
BackHitachi Content Platform Developer’s Guide: Building Open Applications on the Hitachi Content Platform using the HCP REST API by HCP Engineering Version 2.1 (Revision 27) Introduction
Installing ELK
Step 1: Disable Firewall or Open Ports
Step 2: Install Java
Step 3: Install Elasticsearch
Step 4: Install Kibana
Step 5: Install Logstash
Conclusion
Introduc... Performance Monitoring w/ ELK - Part I: Installing ELK
Appears in 1 other place
BackI want to list the files present in a given directory.I n developer guide it's mentioned to use query param "type=directory"..It does not work..Its giving me "400 BAD request" in the response.. Whats the correct que... I want to list the files present in a given directory
BackHi, this is just a quick post to share a particularly helpful method for troubleshooting issues between a Java client application and the HCP S3 Gateway. Most Java based software will allow you to inject Java System P... Troubleshooting Issues with Amazon AWS Java SDK
Appears in 1 other place
BackDear all, I am new to HCP environment, I want to monitor all information like Hitachi content monitor Could you please let me know about Hitachi content platform monitoring with Java REST API / MAPI API P... How to monitor Hitachi content platform
BackHCP REST Code Samples (C, Java, Python)
BackIn the part 1 of this series, we introduced the challenges our customers currently face with storing data long term in Hadoop. In this blog, we’ll discuss how the new Hadoop functionality brings object storage c... A Better Big Data Ecosystem with Hadoop and Hitachi Content Platform (Part2)
Appears in 1 other place
BackHi! I have a namespace at https://namespace1.tenant1.hcp.mycompany.com/ (names not real). At the root folder of this namespace millions of other folders were created. Now I need to use the REST API to ... How can I get paged results off a folder GET request using REST API?
BackI referred the REST API document, it has examples in JAVA for Chunked/Partial file transfer. Is there a .NET sample code available. How to write below java code in c# ByteArrayEntity requestEntity = new... Chunked/Partial file transfer using REST API
BackI created a sample app using Amazon S3 nuget package to access HCP as shown below. using Amazon.S3; using Amazon.S3.Model; using System; using System.Net; using System.Security.Cryptography; using System.Text;... HS3 API for DotNet applications using Network credentials(Windows Auth)
BackIn addition to Size, I would really like to include Dates for ingestion and retention exipiration as well as Retention Class When exporting the results, and a filter is turned on, the export should contain onl... Are there plans to enhance The Hitachi Content Platform Metadata Query Engine Console - version 7.3.3.18 so that the export of query results can contain additional detail?
BackWould like to know, is there any Json Web Tokens based namespace access solution available on HCP? we can't share the base64 encoded credentials to Client locations to get access to the name space. All the acc... Token based Namespace Access
BackI have been using HCP API for some of my .Net applications. I have a common .Net library which does the HCP API calls for these apps. It works as expected. I recently had to use it for a .NetCore 2 in a application an... Hi there, We have an HCP virtual appliance used for testing which uses the default self-signed certificate. When you look at the certificate, it contains *.[system FQDN] which makes sense. One problem we... Question about Wildcard Certificates
BackHCP metadata query using HS3 API. i am creating custom metadata while object archiving and can able to query the objects using HCP metadata query(xml) API. I am in the process of converting to HS3 and i am not...