Wednesday, November 10, 2021

How to download Elastic plugins

 There's no searchable answer for this, so I hope mine finds its way into an index somewhere.

How do you download Elasticsearch plugins?
How do you download Elastic plugins directly?
How download Elastic plugin proxy?
Where Elastic plugin repo argh?

Simple answer:  There's a download link on each plugin page.  

For example, there's a link to the current artifact in the middle of the Analysis-SmartCN page. which is listed on the Plugins and Integrations page.

It's obnoxious.  It's the last place you'd look if you're not handcrafting this stuff.  But at least now you can stop using elasticsearch-plugin to download these things into a dummy instance.

Here are the four plugins you need to use ES 7.15 with Liferay 7.2 or 7.3.

To install, use the file:// parameter, e.g., 

elasticsearch-plugin install file:///path/to/zip


Monday, August 23, 2021

Not Unixish: Scanning with the Canon MF4770n and OS 10.14

I just had a rather infuriating half-hour.  Here's how to enable network scanning from MacOS 10.14 to a Canon MF4770n printer.

First, disregard the official Canon documentation. Disregard it as hard as you can.

  1. Go to the device's download page.
  2. The download page may autodetect "Mac OS X" and say no files are available.  Select MacOS 10.14 instead.  There are two; pick the one with more files under it.
  3. Download and install the scan utility, currently mac-scan-2158.dmg .  It includes the driver and some utilities.
  4. Take a moment to visit the printer and make sure the benighted thing has a valid IP.
  5. Open System Preferences -> Printers.  Add the printer, hopefully via Bonjour.  This isn't Windows, so Autodetect will find the driver.
  6. In System Preferences -> Printers, the MF4770n has Print and Scan tabs above its picture.  Select Scan.
  7. On the printer, lay out your document and click the Scan button.  Then choose "Remote Scanner".  The Send-To option is tempting, but doesn't work for me.
  8. Back in System Preferences, click "Open Scanner".  The scanner will automatically do an overview. By default, it'll attempt to identify separate items. 
  9. Once the overview is complete, press Scan. If you disabled Auto Selection, you'll be required to select an area.  By default, images go to the Pictures folder.  

If you receive error code 2100010, it probably means the scanner isn't listening in Remote Scanner mode.

If the scanner doesn't show up after adding the printer in SysPref, MF Toolbox may help.

  1. Open MF Toolbox, which was installed by the driver dmg.  Ignore any warnings about not finding a scanner.
  2. Under MF Toolbox -> Network Scanner settings, add the printer.  Hopefully it shows up over Bonjour; I haven't tried IP. 
  3. Close MF Toolbox; you're done with it.
  4. Scan using SysPref as described above.

H/T to Darius in the Canon forum for showing that the official docs are wrong, and Nidhish on FixYa for demystifying the printer menu.