Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/tchype/elasticsearch-urls

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/tchype/elasticsearch-urls

  • v0.0.0-20150322224816-9e9aaed2c703
  • Source
  • Go
  • Socket score

Version published
Created
Source

elasticsearch-urls

Overview

elasticsearch-urls: pass it elasticsearch host info and an index name and it will return sitemap-urls like data (the url and the publishDate fields in tab-delimited lines) to stdout.

The code assumes a "crawl_export" Article type, which is defined in the ```crawl_export.go`` file.

Building the tool

$ ./build

Examples of Running the tool

$ elasticsearch-urls -i myindex > urls.txt      # put all urls to a text file
$ elasticsearch-urls -i myindex | grep "xml$"   # show all files with "xml" at the end

FAQs

Package last updated on 22 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc